Script for checking if your local photos have alredy been uploaded to Flickr.
It will remove local files that has the same EXIF Creation-date-time tag as the one uploaded to Flickr.
- python (http://www.python.org)
- exiftool (http://www.sno.phy.queensu.ca/~phil/exiftool/)
- flickrapi (http://pypi.python.org/pypi/flickrapi)
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.
Ricardo Niederberger Cabral (ricardo at isnotworking.com)