flickr-bulk-uploader
flickr-bulk-uploader copied to clipboard
Upload a lot of photos to flickr, avoiding duplicate files
The folder names in the main directory is becoming the set names in flickr now. Not the basename of the directory. And also I changed the simplejson to json and...
I suggest to add one more outer for loop to only use first directories as the set name: ``` def upload_all_photos(self, directory): # Gets the name of the folders in...
Sometimes the application fails because it found a "Thumb.db" file, for example, and it is not an image. So, the application should exclude those file types don't supported by Flickr.
When we upload photos to Flickr the order of them is arbitrary. I'd like to order them by taken-date; so, we should read the EXIF information of the file and...