https://github.com/luislobo/portable-flicka-cli
Portable Flicka CLI
https://github.com/luislobo/portable-flicka-cli
Last synced: 11 months ago
JSON representation
Portable Flicka CLI
- Host: GitHub
- URL: https://github.com/luislobo/portable-flicka-cli
- Owner: luislobo
- Created: 2017-01-18T08:17:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T08:17:50.000Z (over 9 years ago)
- Last Synced: 2025-07-26T12:31:07.102Z (11 months ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portable Flicka Command Line Interface
Demo project that demonstrates how to download Flickr photos, ideal for
your own personal backups.
To run, create script file named run.sh with a contents similar to this one:
```bash
export FLICKR_USERNAME="asdfasdfasdf"
export FLICKR_API_KEY="ASDFASDFASDF"
export FLICKR_API_SECRET="ASDFASDFASDF"
export FLICKR_USER_ID="ASDFASDFASDF"
#export FLICKR_ACCESS_TOKEN="ASDFASDFASDF"
#export FLICKR_ACCESS_TOKEN_SECRET="ASDFASDF"
node index.js
```
On first run, the app will authenticate against your flickr account. Once succcessfully authenticated
you will get the ACCESS_TOKEN ACCESS_TOKEN_SECRET.
Uncomment the last two exports, and put the values there.
# License
Licensed under the MIT License
Copyright Luis Lobo Borobia (c) 2017