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
- Host: GitHub
- URL: https://github.com/zostay/net-google-picasaweb
- Owner: zostay
- Created: 2008-12-04T03:47:35.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2013-11-25T17:37:12.000Z (over 12 years ago)
- Last Synced: 2023-04-12T11:04:05.942Z (about 3 years ago)
- Language: Perl
- Homepage: http://metacpan.org/release/Net-Google-PicasaWeb/
- Size: 333 KB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.mkd
- Changelog: Changes
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'