You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no client side way of determining the number of streams currently watched outside of the Points Miner.
I'd speculate that if you correctly adjusted a few lines in TwitchChannelPointsMiner/classes/Twitch.py where streamers_watching is listed as 2 and change it to 1 it should limit the watcher to a single stream.
Changing both instances of 2 to 1 here should cause the Points miner to only watch a single channel if you are using the Priority.ORDER :
# Get the first 2 items, they are already in order
streamers_watching+=streamers_index[:2]
A few alternatives:
You could get rid of the Drops Miner and prioritize the Points Miner with Priority.DROPS higher up with the same channels in the list. This has obvious limitations since you can only collect drops based on channel not on category/game.
Create a 2nd Twitch account to use with the Points Miner or vice versa and connect all your accounts there.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem?
im using it together with a twitch drop miner, and sometimes the drop miner dosnt work properly when the channel point miner watches 2 streams.
Proposed solution
or
Alternatives you've considered
Stop using Twitch-Channel-Points-Miner-v2
Additional context
No response
The text was updated successfully, but these errors were encountered: