From 3a9251728ee8503f0238518e30fc63d413f66e07 Mon Sep 17 00:00:00 2001 From: Dan Benjamin Date: Fri, 5 Jun 2009 18:02:48 -0400 Subject: [PATCH] Tweaking the README a little. --- README.textile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 7ef00d4..5c90713 100644 --- a/README.textile +++ b/README.textile @@ -1,6 +1,15 @@ A Python script to grab all your photos from flickr and dump them into a directory, organized into folders by set name. -Original author is "Colm MacCárthaigh":http://www.stdlib.net/~colmmacc/ +Original author is "Colm MacCárthaigh":http://www.stdlib.net/~colmmacc/. Changes include tweaks to download full-size original images and improvements in handling UTF8 file and photoset names. +Run it like this: + +
+mkdir FlickrBackupFolder
+python flickrtouchr.py FlickrBackupFolder
+
+ +You'll be prompted to authorize with Flickr, and then the magic happens. + -- 2.43.0