Replies: 1 comment 1 reply
-
|
This should be a feature request issue rather than a discussion. I don't think us regular users have permission to migrate discussions so you'll have to open a new issue.
Saying that, this feature you mention is definitely possible to implement. I might not implement it exactly like that but the core feature is very doable.
However, this feature is harder since it would involve modifying the streamer list in a multithreaded environment, and it was not designed with that in mind. As mentioned here #277 (comment), it would likely touch all parts of the source code. Since there is already at least 1 issue about this feature (#277) you shouldn't open a new issue about it and you can look there for more info. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On my last post, it would really be a nice have to change:
followers=True, # Automatic download the list of your followers
followers_order=FollowersOrder.ASC # Sort the followers list by follow date. ASC or DESC
so that there are the options for the Followerlist to be "FollowersOrder.PointsASC and FollowersOrder.PointsDESC"
I cant programm at all but maybe its possible to make for someone?
Also i had a wish wich would be: Downloading/Updating Followers from time to time again without need to restarting script.
(atm im Testing the Script with many Streamers) and every time i add a streamer or remove, need to restart completely the script and the "Streak claiming" starts from 0.
Beta Was this translation helpful? Give feedback.
All reactions