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
- Host: GitHub
- URL: https://github.com/alectrocute/flickr-favs
- Owner: alectrocute
- License: apache-2.0
- Created: 2019-01-07T18:19:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T21:18:02.000Z (over 6 years ago)
- Last Synced: 2025-03-14T22:34:07.897Z (7 months ago)
- Topics: api, download, favorites, flickr, javascript, js, node
- Language: JavaScript
- Size: 20.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.