I’ve been using Google Bookmarks for a while and was missing a few features which were important to me – sharing, public feeds etc to name a few. I wanted to move my bookmarks to del.cio.us, so I wrote this Python script to do the job.

It’s a command-line program you can run from your desktop. It will grab your Google bookmarks as an RSS feed, which is parsed and posted to del.icio.us through their REST interface.

The code lives here.