Sha256: c94abb3a3562c620b027f62d975b021c79b087b408bcd6f8023defe565394aeb
Contents?: true
Size: 886 Bytes
Versions: 1
Compression:
Stored size: 886 Bytes
Contents
# 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: ``` ruby 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](http://opensource.org/licenses/MIT)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lita-reminder-0.1.0 | README.md |