flickr2igal is a simple Python script to convert your Flickr sets into igal galleries.
It downloads the original images if you have authentication.
Obviously, it requires that you have igal installed on your system.
Usage:
flickr2igal.py keys-file set-name [options...]
Options:
-u user
-i igal-args
flickr2igal.py keys.txt "My holiday photos"
flickr2igal.py keys.txt "Someone else's holiday photos" -u HolidayMan -i "-r -f"
`keys.txt' specifies a key file that is available in the archive.
Currently the user (-u) option does not work because I'm lazy.
Words of warning:
- There is precisely zero error checking.
- It doesn't grab much metadata as of yet or any other fancy stuff
like position data.
- Current requires that you log in, i.e., doesn't support `scraping' of
accounts other than your own (ignore the `auth-mode' option for now).
- Assumes you're downloading a set as opposed to a random collection of
photos (i.e., you have to provide it with a set name).
- Absolutely zero guarantees if you use the igal-args flags argument.
Get flickr2igal here.