Skip to content

Automatically removes all your local photos that have already been uploaded to Flickr.

Notifications You must be signed in to change notification settings

ricardocabral/Flickr-Upload-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

What

Script for checking if your local photos have alredy been uploaded to Flickr.

WARNING

It will remove local files that has the same EXIF Creation-date-time tag as the one uploaded to Flickr.

Requirements

  1. python (http://www.python.org)
  2. exiftool (http://www.sno.phy.queensu.ca/~phil/exiftool/)
  3. flickrapi (http://pypi.python.org/pypi/flickrapi)

Usage

First edit 'checkupl.py' and change your Flickr user id, api key and api secret. You will need to create new Flickr App keys yourself, see Flickr help.

Then go to the root dir where your photos are and run:

python checkupl.py

This will scan all the current directory and it's subdirectories for jpeg images and check against your Flickr account.

The script will make one Flickr HTTP request for each image in the current dir and its subdirs.

Credits

Ricardo Niederberger Cabral (ricardo at isnotworking.com)

https://github.com/ricardocabral/Flickr-Upload-Checker

About

Automatically removes all your local photos that have already been uploaded to Flickr.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages