This is a library for downloading recent delicious bookmarks and storing them
in a database. I run it once a day using cron and use the database entries
to generate the link list in the sidebar of my blog. It's based off of a
similar script found at dealmeida.net:
http://dealmeida.net/en/Programming/Python/delicious.html
The main difference is that I save my results to a database rather than to a
text file and I don't use xmllib2, I use XML libraries built into python 2.3.
I also filter my bookmarks to only include bookmarks with a certain tag.
This allows me to have bookmarks that won't get shown on my blog.
I also download a copy of the page and forward it to a gMail account so that
I can have an archived copy of the page and I can quickly search pages that I
have tagged. The tags become the subject of the email and the "from" address
is the url of the page.
To use it, you need to rename settings-example.py to settings.py and set the
variables to appropriate values.