Any free services for running Python script 24/7?

If you don't mind making the source code public you could use Repl(dot)it
Replace (dot) with . of course
 
PythonAnywhere has a feature called Always On Task which let's you run your code continuously
 
run on your computer, if your python to distributed over HTTP/HTTPS but your IP has private, you can use NGROK
 
Back
Top