Replace PersonalSections with ChannelFollows for get_followers, thanks to @RakSrinaNa
This commit is contained in:
@@ -4,7 +4,7 @@ import logging
|
||||
from colorama import Fore
|
||||
from TwitchChannelPointsMiner import TwitchChannelPointsMiner
|
||||
from TwitchChannelPointsMiner.logger import LoggerSettings, ColorPalette
|
||||
from TwitchChannelPointsMiner.classes.Settings import Priority
|
||||
from TwitchChannelPointsMiner.classes.Settings import Priority, FollowersOrder
|
||||
from TwitchChannelPointsMiner.classes.entities.Bet import Strategy, BetSettings, Condition, OutcomeKeys, FilterCondition, DelayMode
|
||||
from TwitchChannelPointsMiner.classes.entities.Streamer import Streamer, StreamerSettings
|
||||
|
||||
@@ -76,5 +76,6 @@ twitch_miner.mine(
|
||||
"streamer-username10",
|
||||
"streamer-username11"
|
||||
], # Array of streamers (order = priority)
|
||||
followers=False # Automatic download the list of your followers (unable to set custom settings for you followers list)
|
||||
followers=False, # Automatic download the list of your followers (unable to set custom settings for you followers list)
|
||||
order=FollowersOrder.ASC # Order of the followers list. ASC or DESC
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user