Delicious to Google Bookmarks: Redux #
More than 4 years ago (!) I blogged about about a simple tool I'd written to export your Delicious* bookmarks to Google Bookmarks. With the recent confusion over Delicious's future the tool is receiving renewed interest. I had never updated it to support the V2 API (which is OAuth-based), and the blog post just kept accumulating comments from people that had merged their Delicious accounts with their Yahoo! IDs and couldn't use it anymore.
Having some free time this weekend, I decided to retrofit V2/OAuth support. The only gotcha encountered is that the V2 API requires HTTP, while the V1 API requires HTTPS, but if you get this wrong you get a misleading signature_invalid
response. I also moved all the code to App Engine. Finally, all exported bookmarks get a "delicious-export" label, and ones that were private also get a "delicious-private" label.
* Or del.icio.us, as they were back then.
Update on 12/25/2010: The code is now available on GitHub.
Update on 2/17/2011: Google now has an official tool for importing from Delicious.
15 Comments
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this error message and the query that caused it.
@David: The title is "Delicious Bookmarks Exporter", but I guess it's getting truncated by Yahoo's OAuth Page. I've shortened it to "Delicious Exporter", which is getting displayed correctly.
I have 2 comments:
1. I have 3852 bookmarks in delicious, and I have now 3847 bookmarks in Google. I presume you didn't import 4 standard entries from delicious. But there is still one bookmark unaccounted for. You could still have a small bug in the script.
2. So far it seems to me that Google Bookmarks is a little bit left behind when compared with other Google products. Do you have any insider info that you cand share?
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this error message and the query that caused it.
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this error message and the query that caused it.
"Received an error from the Delicious API
Status code: 503
Headers:
via: HTTP/1.1 GWA
age: 0
(...)"
Post a Comment