A customizable life embetterment robot.
JavaScript Shell CoffeeScript
Permalink
Failed to load latest commit information.
bin add groupme adapter Oct 28, 2011
src fixup irc double posting issues, fixes #71 Oct 28, 2011
test Merge branch 'master' into email Oct 28, 2011
.gitignore fuck a color history Aug 27, 2011
CHANGELOG.md fixup the optparse npm install weirdness Oct 28, 2011
LICENSE.md fuck a color history Aug 27, 2011
Makefile set the path to npm executables Oct 25, 2011
README.md Remove extra white space from the README files Oct 26, 2011
index.coffee tweak the hubot loading bay. loadBot() loads a new adapter, robot() l… Oct 27, 2011
package.json

README.md

Hubot

This is a version of GitHub's Campfire bot, hubot. He's pretty cool.

You'll probably never have to hack on this repo directly. Instead this repo provides a library that's distributed by npm that you simply require in your project.

Getting Your Own

Make sure you have node.js and npm installed.

Download the latest version of hubot.

Then follow the instructions in the README in the hubot directory.

Scripts

Hubot ships with a couple of default scripts, but there's a growing number of extras in the hubot-scripts repository. hubot-scripts is a way to share scripts with the entire community. Check out the README for more help on installing individual scripts.

Local Testing

Install all of the required dependencies by running npm install.

It's easy to test scripts locally with an interactive shell:

% bin/hubot

...and to run tests:

% make test