Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

minton/rhubot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 git@github.com:minton/rhubot.git
bundle install

##Install your wares

Put your scripts into scripts/. See here for more details.

#Karma

endorse or follow me.

About

Make Hubot play nice with Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published