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
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
pddsdk-0.1.15.tar.gz
(3.3 kB
view details)
File details
Details for the file pddsdk-0.1.15.tar.gz.
File metadata
- Download URL: pddsdk-0.1.15.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73c8c211d19ffc2f6000e8a0e5a2f0add9ec55d23568d9846c2b40ef65617d08
|
|
| MD5 |
399e5b3f72260ba05664ffc14ca46dd2
|
|
| BLAKE2b-256 |
395f8d78d0c320e063cdfc2c5ac0cc5e5ca822d15197b8c92e95148af043f717
|