An open API service indexing awesome lists of open source software.

https://github.com/alectrocute/flickr-favs

download a user's favorites from flickr
https://github.com/alectrocute/flickr-favs

api download favorites flickr javascript js node

Last synced: 7 months ago
JSON representation

download a user's favorites from flickr

Awesome Lists containing this project

README

          

# flickr-favs
### Download & back up a user's Flickr favorites

`npm install`

Then open favs.js and modify the strings under `CONFIGURATION`. You'll need an API key, the destination directory for the files and the desired user's Flickr ID, including the "@" sign.

Then, to download a specific page, do:

`node favs.js 1`

You must do only a page at a time.