1.0.1 • Published 9 years ago

hubot-catfacts v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

hubot-catfacts

Subscribe to Cat Facts! Thanks for using Cat Facts!

See src/catfacts.coffee for full documentation. I'd rather you don't though, it's particularly hideous :D

Installation

In hubot project repo, run:

npm install hubot-catfacts --save

Then add hubot-catfacts to your external-scripts.json:

[
  "hubot-catfacts"
]

Set HUBOT_CATFACTS_FACTINTERVAL manually if want. This determines how often cat facts are sent out. It uses cron syntax (incl. seconds) and defaults to 00 00 * * * * (hourly).

Sample Interaction

user1>> hubot catfact

Everything else is done via private message.

P.S. Don't cancel your Cat Facts subscription a second time ;)

1.0.1

9 years ago

1.0.0

9 years ago