python/delicious

help

all files are available under the BSD License
where <OWNER> = Tony Chang and <YEAR> = 2005

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.

Current directory:[home] / python / delicious
Files shown:4
Download directory:python/delicious.tar.gz
statcvs

File Rev. Age Author Last log entry
(file) Delicious.py (graph)   1.20  10 months  ws  timezone munging
(file) README.txt (graph)   1.3  3 years  ws  cleaned up text
(file) createTable.sql (graph)   1.1  3 years  ws  script for grabbing delicious posts and putting it into a db
(file) settings-example.py (graph)   1.5  3 years  ws  smtp user and pass are optional

Show files using tag:
 

tony at ponderer dot org
Powered by
ViewCVS 0.9.2