FlickrAirlift is a command line tool written in Ruby to scrape all of a
user's photos.
It comes with the bin flickr_airlift which will dump all photos in a
directory named after the user.
It downloads all photos in the largest available size.
*Requirements*
* flickraw gem
* A Flickr account
* A good internet connection and patience
*Source:
* GitHub - nodanaonlyzuul/flickr_airlift: A command line tool to scrape all of a user's photos.
*Rubygems:
* flickr_airlift | RubyGems.org | your community gem host
*Install:
* sudo gem install flickr_airlift
*Upcoming Features:*
dead simple command line way to bulk a given directory
*Example Session:*
sschor:~/Desktop$ flickr_airlift
/usr/bin/open
opening your browser...
Come back and press Enter when you are finished
[DO WHAT IT SAYS]
You are now authenticated as [YOUR USER] with token [SOME TOKEN]
Exactly who's photos would you like to archive?:
State Library and Archives of Florida
State Library and Archives of Florida has 1099 pictures
* Creating folder named 'State Library and Archives of Florida'
* PAGE 1 of 11
** Downloading 1: New Year's Eve Party at...
** Downloading 2: Kansas State University's...
** Downloading 3: Aerial View of the Gator ...
** Downloading 4: University of Oklahoma Footbal...
...
...
[PROFIT]
Feel free to open github issues if/as you encounter anything weird!
-Stephen
Correction:
*dead simple command line way to bulk upload a given directory
···
On Wed, Dec 29, 2010 at 8:10 PM, Stephen Schor <beholdthepanda@gmail.com>wrote:
FlickrAirlift is a command line tool written in Ruby to scrape all of a
user's photos.
It comes with the bin flickr_airlift which will dump all photos in a
directory named after the user.
It downloads all photos in the largest available size.
*Requirements*
* flickraw gem
* A Flickr account
* A good internet connection and patience
*Source:
* GitHub - nodanaonlyzuul/flickr_airlift: A command line tool to scrape all of a user's photos.
*Rubygems:
* flickr_airlift | RubyGems.org | your community gem host
*Install:
* sudo gem install flickr_airlift
*Upcoming Features:*
dead simple command line way to bulk a given directory
*Example Session:*
sschor:~/Desktop$ flickr_airlift
/usr/bin/open
opening your browser...
Come back and press Enter when you are finished
[DO WHAT IT SAYS]
You are now authenticated as [YOUR USER] with token [SOME TOKEN]
Exactly who's photos would you like to archive?:
> State Library and Archives of Florida
State Library and Archives of Florida has 1099 pictures
* Creating folder named 'State Library and Archives of Florida'
* PAGE 1 of 11
** Downloading 1: New Year's Eve Party at...
** Downloading 2: Kansas State University's...
** Downloading 3: Aerial View of the Gator ...
** Downloading 4: University of Oklahoma Footbal...
...
...
[PROFIT]
Feel free to open github issues if/as you encounter anything weird!
-Stephen