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

您现在的位置是:虫虫源码 > Python > 简单的、可扩展的易趣网SDK的Python

简单的、可扩展的易趣网SDK的Python

  • 资源大小:8.94 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python sdk 简单 扩展

资 源 简 介

THIS REPO HAS MOVED TO GITHUB https://github.com/timotheus/ebaysdk-python Welcome to the eBay SDK for Python. This SDK cuts development time and simplifies tasks like error handling and enables you to make Finding, Shopping, Merchandising, and Trading API calls. In Addition, the SDK comes with RSS and HTML back-end libraries. In order to use eBay aspects of this utility you must first register with eBay to get your API developer credentials (see the ebay.yaml for a way to easily tie eBay credentials to the SDK) Finding Services ``` from ebaysdk import finding, tag, nodeText f = finding() f.execute("findItemsAdvanced", tag("keywords", "shoes")) dom = f.response_dom() mydict = f.response_dict() shortcut to response data print f.v("itemSearchURL") process the response via DOM items = dom.getElementsByTagName("item") for item in i

文 件 列 表

ebaysdk-0.0.3
._Changes
Changes
._ebay.yaml
ebay.yaml
ebaysdk
ebaysdk.egg-info
._MANIFEST.in
MANIFEST.in
PKG-INFO
setup.cfg
._setup.py
setup.py
test
VIP VIP
0.236761s