Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1002 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 1002 Bytes

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 [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).

Scripting

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

License

MIT