A customizable life embetterment robot.
JavaScript Shell CoffeeScript
Latest commit e8f080f May 19, 2014 @technicalpickles technicalpickles Merge pull request #695 from dblandin/http-listener-response-doc
Add documentation on sending back a response within an HTTP listener
Permalink
Failed to load latest commit information.
bin Exit when failing to load external scripts from npm Mar 10, 2013
docs
src Guard against nil robot May 15, 2014
test Add tests for the respond listener to confirm that the robot responds… Feb 8, 2013
.gitignore fuck a color history Aug 27, 2011
.travis.yml Add 0.8 for nodejs, and testing branch Dec 7, 2013
CHANGELOG.md Version bump to fix my fuck up May 15, 2014
CONTRIBUTING.md
LICENSE Add missing LICENSE, oops Mar 12, 2013
Makefile Consistent whitespace Nov 20, 2011
README.md Updated copyright notice 💄 Jan 28, 2014
index.coffee Add ability to listen for topic changes Mar 11, 2013
package.json Version bump to fix my fuck up May 15, 2014

README.md

Hubot

Hubot is a chat bot, modeled after GitHub's Campfire bot, hubot. He's pretty cool. He's extendable with community scripts and your own custom scripts, and can work on many different chat services.

This repository provides a library that's distributed by npm that you use for building your own bots. See the docs/README.md for details on getting up and running with your very own robot friend.

In most cases, you'll probably never have to hack on this repo directly if you are building your own bot. But if you do, check out CONTRIBUTING.md

License

Copyright (c) 2011-2014 GitHub, Inc. See the LICENSE file for license rights and limitations (MIT).