Skip to main content

an open source api for pingduoduo

Project description

pddsdk is an open source api for pingduoduo.

Installation

pip install pddsdk

Simple uses

from pddsdk.client import Client

client_id = '123456'

client_secret = '123456'

params = {
    'sort_type': 0,
    'type': 'pdd.ddk.goods.search'}

r = Client(client_id, client_secret).call(params)

print(r)
from pddsdk.ddk_goods_search import DdkGoodsSearch

client_id = '123456'

client_secret = '123456'

params = {'sort_type': 0}

r = DdkGoodsSearch(client_id, client_secret).call(params)

print(r)

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

pddsdk-0.1.15.tar.gz (3.3 kB view hashes)

Uploaded Source

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