Skip to content. | Skip to navigation

Personal tools
Log in
Sections
You are here: Home Posts Moving from Flickr to Picasa Web Albums

Moving from Flickr to Picasa Web Albums

by Nathan Van Gheem last modified Jul 08, 2011 04:28 PM
The Picasa Desktop Client has made me decide to move back to using Picasa Web Albums. It is superior to Flickr in many ways. Here is my experience in switching...

UPDATE

There has been an update with the script. Please visit the new post for more information.

Introduction

I used to use Picasa Web Albums and then moved to Flickr more than a year ago. Since then, I've realized that the flickr online editor just does not cut it, especially since the Picasa desktop client is in great shape now--a great application. The best feature of the newer Picasa desktop client is the ability to synchronize with your online albums. The only the that flickr has over picasa is flickr allows an unlimited amount of photos to be uploaded with the premium membership. Picasa's pricing is dependent on disk usage and can end up being much more expensive.

Moving

To facilitate the move, I created a simple python script that uses the flickr and picasa apis to move the photo sets, photos, and photo information over to Picasa.
Before you can run the script, you'll need to install flickrapi and gdata. To do that, issues these commands..
easy_install flickrapi
easy_install gdata
You may need to prefix those commands with "sudo" or run as root for them to install.
You'll also need a flickr api key and secret to use this. I'm not going to provide my own...
The script can be found at Migrate from Flickr to Picasa Web Albums.
When you run it, you'll get prompts for your picasa authentication credentials, flickr api secret and key, and you will be directed by your web browser to authenticate flickr.
That's it. It will run through all of your photos, moving them over to Picasa.
Clint says:
Jul 22, 2011 06:58 PM
Awesome! One question... I used Flickr to add geotags, tags, etc. Is that data included in the migration to Picasa? THANKS!
Morgan Fletcher says:
Jul 27, 2011 06:32 PM
FWIW, I had to set this (on Windows) before executing it, due to some non-ASCII text in my description of a photo on flickr:

PYTHONIOENCODING=utf_8
Paul Irish says:
Jan 02, 2012 06:46 PM
Long flickr set descriptions (over 1000char) cause a problem. Basic fix in here: https://gist.github.com/47d18761a06c4604bdeb

Otherwise, this is awesomememe. thank you so much!
Add comment

You can add a comment by filling out the form below. Plain text formatting. Web and email addresses are transformed into clickable links.

Navigation