0.01
No commit activity in last 3 years
No release in over 3 years
Reminder for Lita chat bot
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
>= 0
~> 3.0

Runtime

~> 2.3.5
~> 0.10.2
>= 4
~> 3.2.1
 Project Readme

lita-reminder

Work in progress - partially usable yet buggy

This is an effort to add an advanced task scheduler to lita bot. It is currenly in early development but partially usable as-is, but it might be pretty buggy as of now.

Supports in, at, every and cron-like tasks. Uses Rufus-scheduler and Chronic.

Planned: domain expiration notification

Installation

Add lita-reminder to your Lita instance's Gemfile:

gem "lita-reminder"

Configuration

No configuration is currently present

Usage

Schedule a task like this:

remind here in 10m to do some stuff
remind username in 10m to do some stuff repeat 10 times 5s
remind me every 10m first at 2013-10-10 10:00 to do some stuff repeat 10 times 5s
remind me at 10:00 to work
remind me cron * * * * * to say "one minute passed"

License

MIT