A simple python library that can be used for hosting your python project 24/7.
pip install keepitrunningfrom keepitrunning import Host
api = Host()
api.keep_running(80) # port, default: 8080- Execute the code
- Copy the link on "Web" tab
- Go to uptimerobot.com and register or login
- Create a new ping and paste the link It should be working 24/7 now.
- This only works for few IDE like repl.it.