Skip to content

sco/growalla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Growl notifications for Gowalla checkins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages