Skip to content

zollinger/pyflickrsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


pyflickrsync depends on the flickrapi library found here:
http://stuvel.eu/projects/flickrapi


Usage example:


api_key = 'xxxx'
api_secret = 'xx'
library_path = '/my/photo/library/'

from flickrsync import FlickrSync
import sys

if __name__ == '__main__':
    try:
        f = FlickrSync(api_key, api_secret, library_path)
        f.start()
    except KeyboardInterrupt:
        sys.exit(0)

About

A Python script to upload your local photo library to flickr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages