Sha256: d485b3a89156cbdd1d149194283b5cc7627116af2ce6e537c69e1ccf40d95de2
Contents?: true
Size: 584 Bytes
Versions: 3
Compression:
Stored size: 584 Bytes
Contents
# lita-cron A Lita handler for a cron-based message scheduler. Allows you to create, list and delete scheduled messages - using standard cron-line notation. Uses lita's redis backing to persist scheduled deliveries through a lita restart (just recreates jobs from db.) ## Installation Add lita-answers to your Lita instance's Gemfile: ``` ruby gem "lita-cron" ``` ## Usage *CREATE* `@bot cron new 15 15 * * 1-5 @all Submit your timecard` *LIST* `@bot cron list` *DELETE* `@bot cron delete @all Submit your timecard` ## License [MIT](http://opensource.org/licenses/MIT)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lita-cron-0.0.3 | README.md |
lita-cron-0.0.2 | README.md |
lita-cron-0.0.1 | README.md |