Skip to content

vlasn/dicerollbot

Repository files navigation

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

About

Dice roll listener chatbot for Fleep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published