
This module provides the following features:
* getting a url's full public bookmarking history including
* users who bookmarked the url including tags used for such
bookmarks and the creation time of the bookmark (up to
yyyy-mm-dd granularity)
* top tags (up to a maximum of 10) including tag count
* title as stored on delicious.com
* total number of bookmarks/users for this url at delicious.com
* getting a user's full bookmark collection, including any private
bookmarks if you know the corresponding password
* getting a user's full public tagging vocabulary, i.e. tags and tag
counts
* http proxy support
the official delicious.com api and the json/rss feeds do not provide all the functionality mentioned above, and in such cases this module will query the delicious.com *website* directly and extract the required information by parsing the html code of the resulting web pages (a kind of poor man's web mining). the module is able to detect ip throttling, which is employed by delicious.com to temporarily block abusive http request behavior, and will raise a custom python error to indicate that. please be a nice netizen and do not stress the delicious.com service more than necessary.