No commit activity in last 3 years
No release in over 3 years
This Gem makes it convenient to download Picasa albums via command-line interface
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.4.7
>= 0
>= 0

Runtime

 Project Readme

Picasa album downloader

[Build Status] (http://travis-ci.org/laurilehmijoki/picasa-downloader)

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