No introductions needed as the title says it all.
First of all, del.icio.us rocks. For all who don’t know what delicious is, you should read about it, maybe start an account. For us python jocks, Michael G. Noll has written a pretty good python API. As of July 14th 2009, there’s a bug in the deliciousapi module which is easily fixable. Using your favorite text editor do the following.
1) Import the time module
2) Replace all occurrences of datetime.datetime.strptime with time.strptime
It’s a rudimentary hack but it works well for me.
Standard Disclaimer: this bug might be corrected in subsequent versions so try the api first before ‘correcting’ it; please think before sending Noll a harsh email about why his api doesn’t work — it does.