rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
247 stars 169 forks source link

Hooks for Task Scheduling / Periodic Events #207

Closed j2wick closed 5 years ago

j2wick commented 5 years ago

I know that Skybot has a hook for 'events', but what would about periodic scheduling or task scheduling?

Say you wanted something to run every x amount of hours or at a specified time - are there any solutions implemented to do this already or would a new hook have to be added with this functionality?