]> Tony Duckles's Git Repositories (git.nynim.org) - flickrtouchr.git/blob - README.textile
Fall-back to Large and Medium if Original isn't available; include image-size as
[flickrtouchr.git] / README.textile
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.
2
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/
5
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.
7
8 Run it like this:
9
10 <pre>
11 mkdir FlickrBackupFolder
12 python flickrtouchr.py FlickrBackupFolder
13 </pre>
14
15 You'll be prompted to authorize with Flickr, and then the magic happens.
16