Does someone know of a way to run code on a schedule (online)? I need it for a bot
I’ve already tried replit and napkin.io
Use github actions for cron jobs.
They are pretty epic although they don’t run exactly on the specified time. (But it doesn’t matter if it needs to work daily)
pythonanywhere
or use cron
or https://github.com/TurtleCode84/wasteof-timed
Use github actions for cron jobs.
They are pretty epic although they don’t run exactly on the specified time. (But it doesn’t matter if it needs to work daily)