Skip to content

tdedecko/flickr-download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple script to download a Flickr set:

flickr_download -k <api key> -s <api secret> -d <set id>

It can also list the set ids for a given user:

flickr_download -k <api key> -s <api secret> -l <user name>

To download all sets for a particular user:

flick_download -k <api key> -s <api secret> -t -a <user name>

Get your Flickr API key.

You can also set your API key and secret in ~/.flickr_download:

api_key: my_key
api_secret: my_secret

User Authentication Support

The script also allows you to authenticate as your user account. That way you can download sets that are private and public photos that are restricted. To use this mode, pass in -t to the script too.

The setup the first time is slightly hacky, but it works :)

Requirements

About

Simple script to download a Flickr set

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%