An open API service indexing awesome lists of open source software.

https://github.com/zostay/net-google-picasaweb

Perl library for accessing PicasaWeb photo albums
https://github.com/zostay/net-google-picasaweb

Last synced: about 1 year ago
JSON representation

Perl library for accessing PicasaWeb photo albums

Awesome Lists containing this project

README

          

# Net-Google-Picasaweb

This is both a library and a set of simple scripts for reading information about
a Google PicasaWeb account.

If you download it from github, you will need to install it using Dist::Zilla.

cpanm Dist::Zilla
dzil authodeps | cpanm
dzil install

Probably, however, you will want to install it from CPAN.

cpanm Net::Google::PicasaWeb

or, if you don't have cpanm available:

perl -MCPAN -e 'install Net::Google::PicasaWeb'