Skip to main content

python taobaoke

Project description

taobaokeApi

Python淘宝客接口支持

  • 所有环境
python3  requests
  • 安装
    pip instatll lx_taobaoke
  • 使用方法
# -*-coding: utf-8 -*-
from lx_taobaoke import ToaBaoKeApi

app_tions = [
    # 第一个
    {
        'appkey': 23565473,
        'secret': '781bec497f0a825ddfa4be2f91654318'
    },
    # 第二个
]
# 佣金授权码信息,可添加多个,随机使用
commission_tions =  [
    {
        'adzone_id': '80502883',
        'site_id': '24092591',
        'session': '700001007331678779fc503b567d7ff4afef59135766e1001f5ceb5c8ec9eed7d9e88ba2891351154',
    },
]
"""
item_id : 淘宝ID
activity_id: 优惠券ID
"""
taobaoke = ToaBaoKeApi(app_tions, commission_tions)
# 获取优惠券信息
result = taobaoke.get_coupon_api(item_id=589351083986, activity_id="287beee1c8eb4432a36aecfdf4ed3e7a")
# 获取佣金信息
# result = taobaoke.get_commission_api(item_id=589351083986)
# 获取商品类别信息
# result = taobaoke.get_category_api(item_id=560376846858)
print(result)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lx_taobaoke-0.3.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

lx_taobaoke-0.3-py3-none-any.whl (31.0 kB view details)

Uploaded Python 3

File details

Details for the file lx_taobaoke-0.3.tar.gz.

File metadata

  • Download URL: lx_taobaoke-0.3.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.5.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

File hashes

Hashes for lx_taobaoke-0.3.tar.gz
Algorithm Hash digest
SHA256 c37c09f9ed671f22910d3522c163041ce99f1168f76147c1a9866de8d8a109f6
MD5 c951f074029821dfdd869f657b2ea0ac
BLAKE2b-256 942394fdce6f788b7a320351d5654ae49383d1d468746df61ccac2651f9a4def

See more details on using hashes here.

File details

Details for the file lx_taobaoke-0.3-py3-none-any.whl.

File metadata

  • Download URL: lx_taobaoke-0.3-py3-none-any.whl
  • Upload date:
  • Size: 31.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.5.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

File hashes

Hashes for lx_taobaoke-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 07e62de2c3ad969defbf0919d48b8948fb5848527470d0bd24085880961f61f7
MD5 882a0c22c56474a672a54717437257a4
BLAKE2b-256 7e2ccf4b454eae74a1f010f59658f13cb822cfc95bef4b86bc953665a335f925

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page