del.icio.us API to Atom
Wednesday, 4 Nov 2009
This transform will produce an Atom feed from the XML returned by the del.icio.us API for requests to the resources in http://del.icio.us/api/posts/
.
Please read the documentation over there for how to request your coveted data from the service. For experimenting, you can get by with something like
wget http://username:password@del.icio.us/api/posts/all -O - \
| xsltproc delicious-atom.xslt -
Referenced in Turning the del.icio.us API format into proper Atom using XSLT, On tags (in the taxonomy sense) in Atom.