[Commons] [Datalibre-discuss] del.ico.us export (fwd)

elijah wright elw at stderr.org
Mon Oct 4 11:07:23 CDT 2004


very handy.

---------- Forwarded message ----------
Date: Sat, 2 Oct 2004 22:31:44 -0400
From: Jason Clark <jason.clark at comcast.net>
To: datalibre-discuss at osdir.com
Subject: [Datalibre-discuss] del.ico.us export

Saw this at taoofmac.com  (http://the.taoofmac.com/space/del.icio.us).  With 
our discussion of exportability from a public service as a way of owning your 
data, I was pleased to see this.  Here's a quick way to export all of your 
bookmarks from del.ico.us:

wget --http-user=delicious-user --http-passwd=delicious-pass -O backup.xml \
http://del.icio.us/api/posts/recent?count=10000

Since I use curl, here's that version:

curl --user delicious-user:delicious-pass --o backup.xml \
http://del.icio.us/api/posts/recent?count=10000

Also, you may need a \ before the ? if your shell thinks it's a filename 
wildcard.



Jason Clark <jason at jclark.org>
http://jclark.org/weblog/

_______________________________________________
Datalibre-discuss mailing list
Datalibre-discuss at osdir.com
http://www.osdir.com/mailman/listinfo/datalibre-discuss


More information about the Commons mailing list