Since you are using Python, you would need to set up something to serve your application as a web page. That way, when something like UptimeRobot or Cron-Job makes an HTTP request to your Repl.it, the application with run without the need to click the Run button.
schedule run of repl
Can you schedule a repl to run say once a day ?
-without logging in or visiting repl.it etc.
Once a day it should tjeck a website for an update
Since you are using Python, you would need to set up something to serve your application as a web page. That way, when something like UptimeRobot or Cron-Job makes an HTTP request to your Repl.it, the application with run without the need to click the Run button.
You can set your Python application up as a web site pretty easily with Flask. I'll write up a guide on this sooner or later, but in the meantime, [here's a guide that helped me do what you are trying to do.] (https://www.codementor.io/garethdwyer/building-a-discord-bot-with-python-and-repl-it-miblcwejz)
Hope it helps!
have you yet made a guide?
@joekreydt