No commit activity in last 3 years
No release in over 3 years
Build a local copy of a flickr photoset, including html embed snippets for all image sizes, for the purpose off picking photos for your blog even when there's no internet
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.4
>= 0

Runtime

 Project Readme

FlickrOfflineGallery

A tool to cache an offline copy of a flickr photoset, complete with all the html embed snippets for all available sizes, allowing you to pick out photos for blog posts/etc even without an internet connection.

Installation

$ gem install flickr_offline_gallery

Usage

$ FLICKR_API_KEY='<api_key>' FLICKR_SHARED_SECRET='<shared_secret>' flickr_offline_gallery <Flickr photoset id>

In a url like http://www.flickr.com/photos/83213379@N00/sets/72157636831703404/, the photoset id is the last part. ie 72157636831703404

Contributing

  1. Fork it ( http://github.com/lparry/flickr_offline_gallery/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request