Skip to content

procopiostein/flickrsmartsync_oauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flickrsmartsync_oauth

Upload, download or sync photos and videos to Flickr.

Install

Download flickrsmartsync_oauth:

> git clone https://github.com/inspector2211/flickrsmartsync_oauth

Create your own personal Flickr API keys:

  1. To use this script, you must apply for your own private Flickr API keys
  2. Visit URL
     https://www.flickr.com/services/api/misc.api_keys.html
  3. Apply for your key online
  4. Apply for a non-commercial key
  5. Store your API keys in a file named config.py with the following format
     api_key = 'key'
     api_secret = 'secret'

Run the install script:

> python setup.py install

Example Usage

Upload all photos and vidoes in current folder and all sub-folders:

> flickrsmartsync_oauth

Acknowledgments

flickrsmartsync_oauth is an extension of flickrsmartsync written by Faisal Raja. flickrsmartsync_oauth includes flickrapi version 2.3 supporting oauth written by Sybren Stuvel.

License

MIT

About

Upload, download or sync photos and videos to flickr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%