Keep python repl 24/7 on
hi anyone knows how to keep a PYTHON repl alwyas on? Thanks
RYANTADIPARTHI
You have to use a hosting site. Like a HTTP server, and host it there.
CoolJames1610
Use Flask and uptimer robot to ping the web page
jmccaslin2019
@CoolJames1610 does this still work my repl.it that ive made for reddit bots doesnt seem to be staying alive
Just make an HTTP server!
@Coder100 then https://replup.codingmaster398.repl.co/ or uptimerobot
shameless plug?@codingMASTER398@Coder100 ... maybe
@Coder100 for anyone using this now, remove the ".app" part on line 4 (thanks Coder100, you helped me alot by sending that :) )