#Rhubot
Make Hubot play nice with Ruby.
rhubot allows you to call arbitrary, long-running ruby scripts from campfire via hubot. Once the script is finished executing it will post its result back into the campfire room where it was called.
##Why?
I dig coffeescript but I dig ruby more.
#Setup
##Campfire Setup
Ensure you have the rhubot campfire script and that the following configuration options are defined for hubot.
####RHUBOT_PATH
This is the path to where you installed rhubot. Eg, /etc/rhubot
####HUBOT_URL
This is the URL to the Hubot HTTP router. Eg, http://192.168.0.0:8080
##Install rhubot
cd /etc/
git clone [email protected]:minton/rhubot.git
bundle install
##Install your wares
Put your scripts into scripts/
. See here for more details.
#Karma
or follow me.