首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 基于XML-RPC和Flickr用Python写的交互效用

基于XML-RPC和Flickr用Python写的交互效用

  • 资源大小:60.00 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python flickr flickrlib

资 源 简 介

This project is picking up the code written by Eitan Isaacson, which has not been updated in a while. Original description This is a Python library that works with the Flickr API. There are a few other ones out there, like Beej’s and FlickrClient. I used both to come up with my own. Unlike the other libraries this one uses XML-RPC, that’s not necessarily good but I just thought it fit better in to Python since XML-RPC is part of the standard python library. The format that the API functions return is a nested dictionary, it might change later to something more palatable. Other features include a streamlined authentication process and an integrated upload method. The library currently lacks a custom error class and it is not thread safe, and when I say that I mean it will do crazy stuff if you don’t put mutex locks around calls to this library. Here is how it works: >>> agent = flickrlib.FlickrAgent(flick

文 件 列 表

License.txt
PKG-INFO
README
TODO
flickrlib.py
setup.py
test
.svn
test_auth.py
VIP VIP
  • IATWAY 1天前 成为了本站会员

  • 大智若愚 1天前 成为了本站会员

  • Mason 1天前 成为了本站会员

  • 1天前 成为了本站会员

  • Half_Punch 2天前 成为了本站会员

  • liqing71718 2天前 成为了本站会员

  • 伟国 2天前 成为了本站会员

  • songy 2天前 成为了本站会员

  • 纯色幽默 2天前 成为了本站会员

  • odd? 2天前 成为了本站会员

0.216249s