More del.icio.us tinkering.
As you've probably seen I've got stage one working successfully, which creates a daily post of my previous day's del.icio.us items.
I've achieved this using a lightly modified version of Roberto De Almeida's python script pydelicious - lightly modified because I don't have the libxml2 module to hand, so I've substituted Aaron Schwartz's xmltramp instead.
I run this script with cron every morning - the del.icio.us api is UTC/GMT based so that suits me quite nicely. The script creates a new text file containing my links (marked up with textile), which pyblosxom renders as a new blog post.
My code is available here: pydelicious.py
As per xmltramp and Roberto's original my code is GPL licensed. I like to think of my contribution as standing on the toes of giants...
Progress reports will follow on the wiki.