The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

picasa-get - fetch albums and photos from Google Picasa Web

SYNOPSIS

  picasa-get [options]

  Options:
    --username <username>    the username to login as
    --password <password>    the password to login with
    --kind <kind>            either "album" or "photo" (default: album)
    --userid <userid>        the userid to look for albums or photos in 

    --option <key>=<value>   special options: q, location, etc.

    --dry-run                show what would be downloaded
    --quiet                  suppress messages
    
    --help                   get some help
    --man                    get lots of help

DESCRIPTION

This script will download photos from the Picasa Web site based upon a query you give. This will download all files into the current working directory. If albums are downloaded (the default unless --kind is set to "photo"), subdirectories will be created for each album and the photos will be placed within those.

OPTIONS

--username

This is the Google username to use when logging in. This is generally a GMail address or another email address used to login to Google services.

--password

This is the Google password to use when loggin in.

--kind

This is the kind of information to pull. There are two possible settings:

album

This is the default. If albums are pulled, each album found will cause a directory to be created in the current working directory. Then, all the photos in the album will be placed in that directory.

photo

The matching photos will be pulled and saved into the current working directory.

--userid

This is the Google user ID to use to pull from.

If --kind is not given or is set to "album", then the default is to use the "default" user ID. This special identifier tells Google to pull for the currently authenticated user (which won't work if you're not authenticated, so specify --userid if you don't specify --username).

If --kind is set to "photo", then the default is not to set this at all, but to pull photos from the general picasa community. You may set this to "default" to user the logged username or a specific user ID.

--option

This option allows you to specify arbitrary options on the Picasa Web query. To see a list of available options, check "STANDARD LIST OPTIONS" in Net::Google::PicasaWeb.

--dry-run

If given, no directories will be created and no files will be downloaded. The script will go through the process of describing what it would do if this option weren't set.

--quiet

If given, the typical status output will be surpressed.

--help

Show some of this help stuff.

--man

Show lots of help.

AUTHOR

Andrew Sterling Hanenkamp, <hanenkamp at cpan.org>

COPYRIGHT & LICENSE

Copyright 2008 Andrew Sterling Hanenkamp

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.