-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better 'Watch Streak' strategy in priority system #11
Comments
Hi! I've already read this issue on the original repository and I think It's a good idea! 😄 From: https://help.twitch.tv/s/article/channel-points-guide?language=en_US
|
working great so far ! Does it also remember the time a streamer went offline to then compare it to the time that went back online and check if passed more than 30 minutes? ( because we are enabled to get another 'watch streak' bonus ) "Each stream must be at least 10 minutes long and it must have been at least 30 minutes since the last stream ended" https://help.twitch.tv/s/article/channel-points-guide?language=en_US |
Thanks for the feedback, if you have other issues/news please write here.
Really? 🤣
Mhh yes, should working! Twitch-Channel-Points-Miner-v2/TwitchChannelPointsMiner/classes/Twitch.py Lines 206 to 213 in ee0882d
The conditions for change priority are:
|
under this new branch the Raids are broken. Working fine in master branch.
Python 3.8.7 - Windows - Chrome |
I opened this suggestion in the original project, but didn't get a single comment.. so... here it goes...
Since a Watch Streak gives 450 points by viewing only (five?) minutes of a stream, I would modify the priority system to 'forget' priorities for a minute and switch to the newest live stream until collects the 450 points, then resume normally watching the top priority live stream.
I think it makes sense giving up just 10 points (5 minutes) of a top streamer in order to grab the 450 points of my 3rd or 4th ranked live stream.
I don't know much about coding... but there should be a variable that remembers if I recently got the 450 from that streamer.. if so, there will be no 'switch' to that new stream (maybe it's a streamer with bad connection or connects many times a day).. Also, if we switch to grab the 450... and after 5... 6 minutes nothing happens.... abort and go back to watch the highest priority. Sometimes that 450 bonus fails to be awarded for some reason..
thanks for reading !
The text was updated successfully, but these errors were encountered: