Skip to content

zhendi/Taobao-Python-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

# the smallest taobao api python sdk
#
###############################################
#
# Usage:

import taobao

op = taobao.OpenTaobao(Your_App_Key,Your_Secret_Code)

params = {
    'method':'taobao.taobaoke.items.get',
    'fields':'iid,title,nick,pic_url,price,click_url',
    'cid':'1512'
}

print op.get_result(params)

###############################################

About

Python SDK for Taobao Open Platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages