Broach: a Campfire API implementation for Ruby
Today we released a lightweight implementation of the web API for 37signal’s Campfire called Broach. It’s really handy for notification scripts.
Broach.settings = { 'account' => 'example', 'token' => 'xxxxxx' }
Broach.speak('Office chat', 'The filesystem on Server 1 is almost full!')
Simple install the gem if you want to try it out:
$ gem install broach
You can find more details on the GitHub project page. The source is documented so you probably want to start reading there.