improbot is a chat bot built on the Hubot framework. It is also a demo bot for a Hubot bot-building workshop.
See the docs/
folder for workshop instructions.
You can start improbot locally by running:
$ export [email protected]
$ export HUBOT_FLEEP_PASSWORD=REDACTED_PASSWORD
$ bin/hubot
We'll be using Fleep as our chat driver via hubot-fleep. You need to have a Redis instance running locally.
By default, it looks for redis on localhost:6379
(you can customize this with export REDIS_URL=redis://127.0.0.1:6379/bot-1
).
An example script is included at scripts/improbot.coffee
, so check it out to
get started, along with the Scripting Guide.
MIT