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

is this repl.it compatibile? #27

Closed jozz024 closed 3 years ago

jozz024 commented 3 years ago

I'm trying to setup an auto farmer with repl.it, but once I hit the run button it doesn't do anything, and the run button reappears after a millisecond.

heyimrendy commented 3 years ago

Just rent cheap VPS, should be enough. Don't know if you could run script without premium repl and leave it running whole day, if you have github codespaces it works with github codespaces.

heyimrendy commented 3 years ago

@jozz024 Don't know if you still looking for answer or already solve it. After testing with repl.it, you actually need to change the import module. After you create new repl and import from Github, open pubsub.py change line 5 into import websocket #upm package(websocket-client)

And then scroll down repl folder and delete requirements.txt. After that you should be able to click the run button, and make sure .replit file:

language = "python3"
run = "python main.py"
jozz024 commented 3 years ago

How do I install “browsercookies3”?

jozz024 commented 3 years ago

Oops nvm I figured it out, thanks for your help!