Skip to content

alexmoore/bashubot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bashubot

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

This version is designed to be deployed on heroku and includes some Basho-specific scripts that you may or may not find useful.

Starting Locally

  1. Use homebrew to install node: brew install node
  2. Install npm: curl http://npmjs.org/install.sh | sh
  3. Use homebrew to install redis: brew install redis
  4. run npm install
  5. run redis: redis-server /usr/local/etc/redis.conf
  6. run ./bin/hubot-dev

Custom Scripts

mug

An inside Basho joke. May involve Bill Lumberg. Try:

*mug*

Bill Lumberg is my hero.

agilezen

Connects to your AgileZen kanban boards, letting you check status and other useful things.

bashobot What can I pull

bashobot What are my stories from Super Secret Project

bashobot What is blocked on Production

About

Our own little hubot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 98.5%
  • Shell 1.5%