rdavydov / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.21k stars 351 forks source link

Lowest priority #400

Closed Gleb2372372 closed 11 months ago

Gleb2372372 commented 11 months ago

Is your feature request related to a problem?

No

Proposed solution

I suggest adding priority low and high, with low only farming if there are no other stream.

NoxRare commented 11 months ago

The bot already has a priority system.. Read the bottom of example.py "Array of streamers (order = priority)" If you dont want the bot to watch specific streamers you can blacklist them aswell.

Gleb2372372 commented 11 months ago

No I mean to add priority LOW and HIGH if priority is not specified then it is default.

hoak2 commented 11 months ago

thats already implemented. if you don't add the streamers to your list its default. if you add them, the priority is from top to bottom. until no one from your list is online, then its back to default.

Gleb2372372 commented 11 months ago

I understand this, but how to make a low priority so that when the stream starts it, leave one stream and go to the stream with a high priority.

M2tecDev commented 11 months ago

In my case it only takes the first 2. I would like to know how to set it so that it makes all online channels in the list

Gleb2372372 commented 11 months ago

@M2tecDev followers=True, # Automatic download the list of your followers

NoxRare commented 11 months ago

In my case it only takes the first 2. I would like to know how to set it so that it makes all online channels in the list

If you mean that you want the bot to watch more than 2 streams at once please read the readme.

I understand this, but how to make a low priority so that when the stream starts it, leave one stream and go to the stream with a high priority.

Pretty sure the bot only leaves a stream if the stream itself ends.

Gleb2372372 commented 11 months ago

Ok thanks.

hoak2 commented 11 months ago

Pretty sure the bot only leaves a stream if the stream itself ends.

I dont think so, doesnt make sense. MAybe someone can check the code and reply