|
ReadMe
README
Instructions
find the IDs for your sets: python ./batchr.py listsets download original size images taken in 1997, place in specified directory: python ./batchr.py download -s o -y 1997 --base=/Volumes/BACKUP/photos download large-sized (-s b) images in specified set (-S ...) place in specified directory using a year/month/id file layout: python batchr.py download -S 7215XXX00 --base="set_photos" \
--format="%(year)s/%(month_name)s/%(id)s.jpg" -s bdownload medium sized images tagged with foo taken in jan 1999: python batchr.py download --tag foo -y 1999 -m 1 --base="jan_99" Note that downloads are incremental unless the -f/--force option is specified. Other notable options to the download command:
Feedback welcome on http://code.google.com/p/batchr or email to david.ascher@gmail.com |
Sign in to add a comment
This doesn't upload, right?