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.11k stars 326 forks source link

Betting strategy: Blue or Pink #375

Closed sacdeq closed 4 months ago

sacdeq commented 9 months ago

Is your feature request related to a problem?

I follow quite a lot of league streams, and the predictions are usually Win or Lose the game, and as I am quite a troll, I like to bet against the streamer (option 2, the pink one). So I would like to have a bet strategy where you can always chose the same side. I can see other cases where this could be useful.

Proposed solution

Create a new Strategy, "SELECT_SIDE" with a setting "side_selected" where you can chose the side the program will only bet on.

Alternatives you've considered

Predictions with more than 2 options, can be hard to handle, maybe chose anyway the given option, ignoring the prediction, having another setting where you can attribute a side regarding the number of options available.

honomoa commented 4 months ago

Maybe NUMBER_1, NUMBER_2, NUMBER_3, NUMBER_4, ... etc, and skipped if no suitable option. NUMBER_1=BLUE, NUMBER_2=PINK

honomoa commented 4 months ago

Created a PR: https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2/pull/454