• 大小: 9.70KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-26
  • 语言: 其他
  • 标签: 其他  

资源简介


解压后,直接放在python 中的Lib中就可以直接使用了。

资源截图

代码片段和文件信息

“““Library to access del.icio.us data via Python.

:examples:

  Using the API class directly:

  >>> a = pydelicious.apiNew(‘user‘ ‘passwd‘)
  >>> # or:
  >>> a = DeliciousAPI(‘user‘ ‘passwd‘)
  >>> a.tags_get() # Same as:
  >>> a.request(‘tags/get‘ )

  Or by calling the ‘convenience‘ methods on the module.

  - def add(user passwd url description tags = ““ extended = ““ dt = ““ replace=“no“):
  - def get(user passwd tag=““ dt=““  count = 0):
  - def get_all(user passwd tag = ““):
  - def delete(user passwd url):
  - def rename_tag(user passwd oldtag newtag):
  - def get_tags(user passwd):

  >>> a = apiNew(user passwd)
  >>> a.posts_add(url=“http://my.com/“ desciption=“my.com“ extended=“the url is my.moc“ tags=“my com“)
  True
  >>> len(a.posts_all())
  1
  >>> get_all(user passwd)
  1

  This are short functions for getrss calls.

  >>> rss_

def get_userposts(user):
def get_tagposts(tag):
def get_urlposts(url):
def get_popular(tag = ““):

  >>> json_post

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-08-08 06:50  2967f9c5ec8ebab5f622-a15baa8364f3795a1b21866696db95c20c1c3ac1\
     文件       28506  2014-08-08 06:50  2967f9c5ec8ebab5f622-a15baa8364f3795a1b21866696db95c20c1c3ac1\pydelicious.py

评论

共有 条评论