Picasaweb::Backup
A gem and executable to backup all your photos stored on Google's Picasaweb service.
The original code came from http://blog.costan.us/2010/01/automated-backup-for-picasa-web-albums.html
Installation
$ gem install picasaweb-backup
Usage
_ _ _ _
_ __(_)__ __ _ _____ ___ __ _____| |__ ___| |__ __ _ __| |___ _ _ __
| '_ \ / _/ _` (_-< _` \ V V / -_) '_ \___| '_ \ _` / _| / / || | '_ \
| .__/_\__\__,_/__\__,_|\_/\_/\___|_.__/ |_.__\__,_\__|_\_\\_,_| .__/
|_| |_|
version 0.2.0
Options
--dir DIR optional directory in which the download should be executed
-h, --help print this help section
Create an empty folder and place a file called account.yml
with the following
content (make sure you leave a space after the colon):
username: YOUR_USERNAME
password: PASSWORD
In the same directory run the following command
$ picasaweb-backup
and watch your photos being downloaded.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request