public
Description: Growl notifications for Gowalla checkins
Homepage:
Clone URL: git://github.com/sco/growalla.git
Scott Raymond (author)
Wed Sep 02 10:50:11 -0700 2009
name age message
file README Wed Sep 02 10:50:11 -0700 2009 usage tips [Scott Raymond]
file growalla.rb Wed Sep 02 10:39:59 -0700 2009 add README [Scott Raymond]
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