1 A Python script to grab all your photos from flickr and dump them into a directory, organized into folders by set name. The filenames are named based on the combo of the photo's original date-taken and the Flickr photo ID.
3 Original author is "Colm MacCárthaigh":http://www.stdlib.net/~colmmacc/.
4 http://www.stdlib.net/~colmmacc/2008/01/21/flickrtouchrpy-keep-your-flickr-album-and-favourites-on-an-ipod-touch-or-iphone/
6 Changes include tweaks to name files based on their date-taken meta-data so that the files sort chronologically and improvements in handling UTF8 file and photoset names.
11 mkdir FlickrBackupFolder
12 python flickrtouchr.py FlickrBackupFolder
15 You'll be prompted to authorize with Flickr, and then the magic happens.