Skip to content

azdt/flickrsmartsync_oauth

 
 

Repository files navigation

flickrsmartsync_oauth

Upload, download or sync photos and videos to flickr.

Install

Download flickrsmartsync_oauth:

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

Create your own personal Flickr API keys:

> https://www.flickr.com/services/apps/create/apply

Create flickrsmartsync_oauth/flickrsmartsync_oauth/config.py and add api_key and api_secret to it:

  api_key = u'<API_KEY>'
  api_secret = u'<API_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%