/crontab-framework

Deploy simply python cron jobs

Primary LanguagePython

Crontab framework

This project helps you run in a simple way python cronjobs. Create all your automation in the folder cronjobs. They will be processed and set up with crontab automatically.

This project is inspired by Hubot.

Run locally

image

Add a new cronjob

  • Create a new file in the folder cronjobs
  • Prefix the automation with: # cron: * * * * * (replace with the correct time)
  • Code & deploy the app with the script. The automation will be picked by the framework and deployed automatically.