Sha256: a076b07487d0fc370e08f0ddde4e7ae136cd11d2ef697c41fa6890594eaddb35
Contents?: true
Size: 885 Bytes
Versions: 2
Compression:
Stored size: 885 Bytes
Contents
# 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](https://github.com/mcnelson/gnome-campfire-notifications/blob/master/LICENSE)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gnome-campfire-notifications-0.2.1 | README.md |
gnome-campfire-notifications-0.2.0 | README.md |