Skip to main content

yesapi-python3-sdk

Project description

yesapi

yesapi-python-sdk

小白接口(YesApi.cn)Python SDK包

文档地址: http://api.okayapi.com/docs.php 安装:pip install yesapi 用法:

yes = YesApi(api_url='http://xxx.com', app_key='xxxx',
             app_secret='xxxxx')
params = {'s': 'App.Captcha.Create'}
with open('yzm.jpeg', 'wb+') as f:
    rsp = yes.http_get(params=params)
    f.write(rsp.content)

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

yesapi-1.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

yesapi-1.0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

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