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

Mar 12, 2023, 1:27 AM
3 0 4

comments (single view)

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)

View all comments