Library for taobao api
Project description
python-taobao is a library to write taobao-open-platform api in a pythonic way.
Install:
# pip install -e git+https://github.com/buke/python-taobao.git#egg=python-taobao
Uninstall:
# pip uninstall python-taobao
Nutshell
Import:
>>> import taobao
Simple User:
>>> top = taobao.ServerProxy(app_key = "xxx", app_secret="xxx", session="xxx") >>> seller = top.taobao.user.seller.get(fields=['nick','sex']) >>> dict(seller) {'nick': 'seller_nick', 'sex': 1} >>> seller.nick 'seller_nick' >>> seller.sex 1
支持开源:
如果您觉得好用,请进入下面的网址,付费支持作者 ~
谢谢!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-taobao-0.1.1.tar.gz
(15.8 kB
view details)
Built Distribution
File details
Details for the file python-taobao-0.1.1.tar.gz
.
File metadata
- Download URL: python-taobao-0.1.1.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f80d9510fecfb0d28033e6b945be652470b39a247be7aca097143ddf34300b52
|
|
MD5 |
a187e31b6a28d081e7e70d171be1df00
|
|
BLAKE2b-256 |
7519cfa05004c7448e8238db328e668c3e44878f863a50b0acf54cde5fb5c853
|
File details
Details for the file python_taobao-0.1.1-py2.7.egg
.
File metadata
- Download URL: python_taobao-0.1.1-py2.7.egg
- Upload date:
- Size: 6.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0684b442308930d1917e190462e0fa89bda4d671d42de49f6273d5cfc4a6fff3
|
|
MD5 |
00e34b44b21f268a952abfda27c566f4
|
|
BLAKE2b-256 |
b131935eabdbccbf93192c407750ebfe712b6c9de199677540b9c1c1fecf89ae
|