Picasa album downloader

Build Status

With this tool you can download your Picasa albums.

Installation

(Here we assume that you have Ruby and Ruby Gems installed.)

gem install picasa-downloader

Set your Google credentials as environmental values:

export PICASA_USERNAME="your.gmail.account"

export PICASA_PASSWORD="yourpass"

Usage

Download all Picasa albums:

picasa-downloader all

Download a particular album:

picasa-downloader album "my album's name"

Development

Run tests:

rake test

License

MIT