oren — 3/12/2023, 1:27:25 AM

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

♥ 3 ↩ 0 💬 4 comments

comments

quantum-codes:

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)

3/12/2023, 4:02:51 PM
radi8:

pythonanywhere

3/12/2023, 1:40:00 AM
radi8:

or use cron

3/12/2023, 1:41:03 AM
radi8:

or https://github.com/TurtleCode84/wasteof-timed

3/12/2023, 2:09:24 AM