Upload Recent To Flickr
This PHP script is meant to be run from the command line. It is a quick hack, which will upload some of your recent photos that are on SmugMug to Flickr. You may get duplicates on Flickr if you remove the log file this script creates or move the script without also moving the log file. You’ll need to alter the top few lines with your own Flickr API key, Flickr API secret, and SmugMug username. Additionally, you’ll need to install Phlickr.
You’ll find some values at the top of the file that can alter how the script behaves. Fiddle with those as you see fit.
This requires PHP5, SimpleXML, and Phlickr.
http://lukebaker.org/smugmug/export_recent_to_flickr.phps
Related Pages
1 Comment »
RSS feed for comments on this post · TrackBack URI
lukebaker.org » SmugMug Tweaks said,
December 17, 2007 @ 1:02 pm
[...] Lately, I’ve been working on some SmugMug tweaks to take advantage of their offer of a free lifetime account for developers who use their API. The first one was a quick hack which uploads some recent SmugMug photos to your Flickr account. This allows people who switched to SmugMug to still keep up with their Flickr network. More information is available on the project’s page. [...]