This is a version of GitHub's Campfire bot, hubot. He's pretty cool.
Make sure you have node.js and npm installed. Clone this repository, and run these commands:
% npm install -g
% hubot -c ~/eptics
Then follow the instructions in the ~/eptics folder
Install all of the required dependencies by running npm install
It's easy to test scripts locally with the shell:
% bin/hubot
Run tests:
% make test