public
Description: A simple command-line utility for reading and parsing "shared" items in Google Reader
Homepage:
Clone URL: git://github.com/akosma/GoogleReaderShared.git
name age message
file .gitignore Fri Nov 06 02:41:24 -0800 2009 First version [Adrian Kosmaczewski]
file README.textile Fri Nov 06 02:41:24 -0800 2009 First version [Adrian Kosmaczewski]
file google_reader.sh Fri Nov 06 03:30:00 -0800 2009 Refactored the Ruby code for readability [Adrian Kosmaczewski]
file parse.rb Fri Nov 06 03:30:00 -0800 2009 Refactored the Ruby code for readability [Adrian Kosmaczewski]
README.textile

Download and parse “shared” Google Reader items

If you are a user of Google Reader, you might have shared a long list of items over the years. This set of scripts allow you to download all your shared items, and then to convert them into a simple HTML page with links.

You can also modify the script to include the whole contents of the page, too.

Usage

  1. In the google_reader.sh script, replace the “00017030023266340908” number with your own (otherwise you’ll get my own items!). You can find this number if you open the RSS feed link on your own Google Reader items page.
  2. Then execute the google_reader.sh script, and you will have a set of HTML pages with your own shared items.

Enjoy!

Requirements

The Ruby script uses the libxml library for faster XML processing.

License

This code is in the public domain.