No commit activity in last 3 years
No release in over 3 years
A Ruby script that issues GNOME desktop notifications when something is said in your Campfire chatroom.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

GNOME Campfire Notifications

A Ruby script that issues GNOME desktop notifications when something is said in your Campfire chatroom.

Installation

gem install gnome-campfire-notifications

In your ~/.campfire.yml:

token:     (API access token under My info in the chatroom web app)
subdomain: ("sample" as in "sample.campfirenow.com/room/123456")
roomid:    ("123456" as in "sample.campfirenow.com/room/123456")
self_user: 'Michael Nelson' (So that you don't get notified of your own messages)
filter:    !ruby/regexp '/Michael Nelson/' (Send only messages matching this regex. Omit to disable.)

Usage

Execute gnome-campfire-notifications.

Help

Please feel free to open an issue or PR. Or feel free to contact me via my info on my Github user page.

License

LICENSE