从delicious.com检索数据的非官方python api

DeliciousA的Python项目详细描述


本模块提供以下功能和更多功能:

  • retrieving 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
  • retrieving a user’s full bookmark collection, including any private bookmarks if you know the corresponding password
  • retrieving a user’s full public tagging vocabulary, i.e. tags and tag counts
  • retrieving a user’s network information (network members and network fans)
  • HTTP proxy support
  • updated to support Delicious.com “version 2” (mini-relaunch as of August 2008)

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.

It is strongly advised that you read the Delicious.com Terms of Use before using this Python module. In particular, read section 5 ‘Intellectual Property’.

The code is licensed to you under version 2 of the GNU General Public License.

More information about this module can be found at http://www.michael-noll.com/wiki/Del.icio.us_Python_API

Changelog is available at http://code.michael-noll.com/?p=deliciousapi;a=log

Copyright 2006-2010 Michael G. Noll <http://www.michael-noll.com/>

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java JPanel不会对键绑定做出反应   当时间大于零时,不得在UI线程上调用java Await   JTextArea的java线程安全。追加   Java用户输入的字和行计数器   java以spreedsheat格式将数据保存到文件中   java构造函数的意义是什么?   java findViewById返回null,尽管组件的ID存在   java如何向按钮添加图像   java如何中断ExecutorService的线程   java如何将属性(例如枚举)绑定到不同类型的组件属性(例如每个枚举的映像)?   随机森林分类器的java实现   html使用java连接到一个站点并发布,HTTP状态代码200   从类访问属性时发生java编译错误   Java自动填充ArrayList,搜索更好的选项