(file) Return to README.txt CVS log (file) (dir) Up to [home] / python / delicious

File: [home] / python / delicious / README.txt (download)
Revision: 1.3, Fri Jan 28 05:02:22 2005 UTC (5 years, 7 months ago) by ws
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +12 -10 lines
cleaned up text

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.

tony at ponderer dot org
Powered by
ViewCVS 0.9.2