0.0
No commit activity in last 3 years
No release in over 3 years
PicasaPlucker downloads all images from a Picasa web album. Your friends use Picasa (http://picasaweb.google.com) but you don't, so you can't easily download all the images in their albums? PicasaPlucker fixes that. PicasaPlucker takes the URL of someone's Picasa album, and downloads all the original images into your local machine. You can then import them to your favourite images application (iPhoto, etc).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.4.0
>= 2.5.0
>= 2.0.3

Runtime

>= 0.8.2
 Project Readme

picasa_plucker¶ ↑

DESCRIPTION:¶ ↑

PicasaPlucker downloads all images from a Picasa web album.

Your friends use Picasa (picasaweb.google.com) but you don’t, so you can’t easily download all the images in their albums? PicasaPlucker fixes that.

PicasaPlucker takes the URL of someone’s Picasa album, and downloads all the original images into your local machine. You can then import them to your favourite images application (iPhoto, etc).

USAGE:¶ ↑

cd Photos
picasa_plucker "<url>"

For example:

picasa_plucker http://picasaweb.google.com/drnicwilliams/BanjoWilliamsBirth#

This creates a nested folder (user/album, e.g. drnicwilliams/BanjoWilliamsBirth) in the current folder in which the images are stored.

INSTALL:¶ ↑

  • sudo gem install picasa_plucker

REQUIREMENTS:¶ ↑

  • curl

  • rubygems: hpricot, ruby-progressbar (installed automatically via ‘gem’ command above)

LICENSE:¶ ↑

(The MIT License)

Copyright © 2010 Dr Nic Williams, drnicwilliams@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.