/hubot-workshop

A workshop for building chatbots with Hubot

Primary LanguageJavaScript

improbot

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.

Running improbot locally

You can start improbot locally by running:

$ export HUBOT_FLEEP_EMAIL=improbot@improvision.eu
$ 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).

Scripting

An example script is included at scripts/improbot.coffee, so check it out to get started, along with the Scripting Guide.

License

MIT