0.0
No commit activity in last 3 years
No release in over 3 years
downloads photos from flickr
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

squarepusher downloads Flickr photosets to your local hard disk.

if you are using rubygems, get started with: gem install squarepusher

you can easily start by creating a file ~/.squarepusher.yaml with this content:

key: consumer key
secret: consumer secret
token: access token
token_secret: access token secret

then run squarepusher with the action that you're interested in, foe example:

`squarepusher list_sets`

lists all of your flickr photosets.

there are a few different ways to generate an access token. assuming you have a consumer key, here is one way: http://www.flickr.com/services/api/auth.howto.mobile.html

dependencies:

behaviors of note:

  • photoset and image names are normalized using this: name.gsub(/[^\w_+\.=-]+/, '-')