Skip to content

markisatacomputer/flickrDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flickrDL

download all original files from flickr account

get started:

git checkout https://github.com/markisatacomputer/flickrDL.git
npm install
touch .env
echo "OAUTH_SERVICE_API_KEY=[myserviceapikey]" > .env
echo "OAUTH_SERVICE_API_SECRET=[myserviceapisecret]" > .env
echo "OAUTH_REQUEST_TOKEN_URL='https://www.flickr.com/services/oauth/request_token'" > .env
echo "OAUTH_REQUEST_AUTH_URL='https://www.flickr.com/services/oauth/authorize'" > .env
echo "OAUTH_ACCESS_TOKEN_URL='https://www.flickr.com/services/oauth/access_token'" > .env
node index.js

About

download all original files from flickr account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published