Twitch-Channel-Points-Miner icon indicating copy to clipboard operation
Twitch-Channel-Points-Miner copied to clipboard

Auto pick streamer

Open Killerbob94 opened this issue 4 years ago • 4 comments

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

Killerbob94 avatar Dec 28 '20 19:12 Killerbob94

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

testdev123456 avatar Jan 11 '21 19:01 testdev123456

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

PinkFloyd1213 avatar Jan 13 '21 15:01 PinkFloyd1213

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

Tkd-Alex avatar Jan 13 '21 21:01 Tkd-Alex

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.

jhagin002 avatar Jan 15 '21 05:01 jhagin002