No commit activity in last 3 years
No release in over 3 years
See github page.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 1.2.8
= 1.2.9

Runtime

= 0.5.0
= 1.2.0
 Project Readme

Campfire Notifier¶ ↑

Most of the time when I want to use the Campfire API, I just want to send it a simple message. So, I created a stupid simple way to send a message to Campfire.

I’ve include a command line tool as well to make it really easy to use this with low-ish level system tools (i.e. cron).

Install¶ ↑

gem install campfire-notifier

Settings¶ ↑

In ~/.campfire_notifier.yml, put your campfire subdomain, the room id (not the name) to which you want to send a message, and your API token, which you can find on your campfire user edit page.

See here for more details: developer.37signals.com/campfire/index

Requirements¶ ↑

Nothing! This baby uses gem bundler, so you shouldn’t need to install any other gems.

Still, just in case:

  • HTTParty

  • json_pure

Potential Uses¶ ↑

  • Deployment notifications

  • CI Build notifications

  • Git hooks

  • Cron jobs

  • Annoying your co-workers