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
If you use Nodejs and a Timer, it can schedule to check a website each day. In order to keep the repl running, you can use https://uptimerobot.com/
If you know Python, I believe you can have the same idea, and still use uptimerobot.
Please upvote this post if it helped you in any way.
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
If you use Nodejs and a Timer, it can schedule to check a website each day. In order to keep the repl running, you can use https://uptimerobot.com/
If you know Python, I believe you can have the same idea, and still use uptimerobot.
Yes I will make the repl in python.
I will look into uptimerobot