Broach: a Campfire API implementation for Ruby

Manfred Stienstra, 16 Dec 2009, 17:34 in releases and ruby, last updated 16 Dec 2009, 17:35 (edit).

Today we released a lightweight implementation of the web API for 37signal’s Campfire called Broach. It’s really handy to use in your notification scripts.

Broach.settings = { 'account' => 'example', 'token' => 'xxxxxx' }
Broach.speak('Office chat', 'The filesystem on Server 1 is almost full!')

If you want to try it out, you can simple install the gem.

$ 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.

Comments

Add your comment

In order to fight spam on this blog, posting comments from a browser without javascript is currently not supported.