gottagofaster236 / Twitch-Channel-Points-Miner

A simple script that will watch a stream for you and get the channel points
GNU General Public License v3.0
146 stars 46 forks source link

Auto pick streamer #26

Open Killerbob94 opened 3 years ago

Killerbob94 commented 3 years ago

Is there a way to auto input the streamers names rather than type in the streamers name everytime I open the script?

testdev123456 commented 3 years ago

not currently. My suggestion for the new version would be using a txt file and add/edit the names there..

PinkFloyd1213 commented 3 years ago

I just did it on my fork, if you want to test it. https://github.com/PinkFloyd1213/Auto-Twitch-Channel-Points-Miner

Tkd-Alex commented 3 years ago

@Ryanevans94 You can try also my fork if you want :) https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2

jhagin002 commented 3 years ago

main.py accepts arguments of the streamer names separated by spaces so you could also make a .bat file that has this as its contents: start cmd.exe /k main.py <streamer1> <streamer2> <...>

This of course only works if you have Windows.

Using the forks of the answers above this one also works, but if you want to start the program and have all of the streamer names auto input by running one file, you can use this solution.