Posted by Peter Donald Tue, 14 Nov 2006 01:56:00 GMT

I needed to mirror some galleries from one smugmug account to another. I thought about doing it manually but that idea seemed like way too much work.

I found a python script by rutt that did a little bit of what I wanted and went to work hacking. This resulted in smuggle.py that may be useful if you ever have to programatically interact with the smugmug APIs. It will probably evolve as my needs change and as I actually start to learn python.

The source is available from subversion. Enjoy!

svn co http://www.realityforge.org/svn/code/smuggle/trunk/ smuggle