This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Scott Raymond (author)
Wed Sep 02 10:50:11 -0700 2009
growalla /
| name | age | message | |
|---|---|---|---|
| |
README | Wed Sep 02 10:50:11 -0700 2009 | |
| |
growalla.rb | Wed Sep 02 10:39:59 -0700 2009 |
README
growalla.rb
Growl notifications for Gowalla checkins.
Specifically: sets up a local web app using Sinatra, tunnels it out through
ReverseHTTP using Hookout, subscribes to PubSubHubbub notifications for your
Gowalla friends Atom feed, and shells out to growlnotify for each notifcation.
INSTALLATION:
1. Install Growl and growlnotify (from the Extras folder):
http://growl.info/
2. Install prerequisite gems:
$ gem sources -a http://gems.github.com
$ sudo gem install sinatra thin paulj-hookout
3. Install growalla:
$ curl http://github.com/sco/growalla/raw/master/growalla.rb > growalla.rb
USAGE:
$ ruby growalla.rb sco [with your Gowalla username, not mine]
Within a minute or so, you should get a Growl message saying notifications
are on. After that, new checkins from friends should appear within 30 seconds
of happening.
TODO:
- checkin comments
- spot or user images
- hub auto-discovery
- notify each of the summaries, not just the last
- check that growlnotify exists
sco@scottraymond.net







