Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zh/cronhooks
CronHooks is UNIX cron-like service, calling remote webhooks every x (x=1,5,10,30,60) minutes.
https://github.com/zh/cronhooks
Last synced: 10 days ago
JSON representation
CronHooks is UNIX cron-like service, calling remote webhooks every x (x=1,5,10,30,60) minutes.
- Host: GitHub
- URL: https://github.com/zh/cronhooks
- Owner: zh
- Created: 2009-09-01T03:39:07.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-05T03:16:26.000Z (over 14 years ago)
- Last Synced: 2023-04-10T23:23:58.547Z (over 1 year ago)
- Language: Python
- Homepage: http://cronhooks.appspot.com/
- Size: 72.3 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
CronHooks
==========CronHooks is UNIX cron-like service, calling remote webhooks every x (x=1,5,10,30,60)
minutes.Usage
-------Only the site admins can have 1 minute cronjobs.
When some webhook is called via POST, it receiving the following parameters
(x-www-form-urlencoded):- hook.name - when added, every webhook receiving an uniq ID.
it can be used for authentication.
- hook.interval - to which cronjob the webhook belongs (1,5,10,30,60)
- hook.time - time, when the webhook is called - format: %Y-%m-%dT%H:%M:%SZ