阿贝智能开放平台的SDK
阿贝智能在应用过程中,踏遍了全世界各种资源,筛选了一批优秀的资源,计划陆续开放出来,让开发者更便捷的接入。
快速开始
安装
pip install abeiai
使用举例
from abeiai.v1 import AbeiAI
ab = AbeiAI()
ab.set_app_id('xxx')
ab.set_app_secret('xxx')
# 查询价格方案
ab.group()
# 查消费
ab.history('xxx')
# 查充值记录
ab.recharge()
# 查信息
ab.app()
# 画图,字典内容见API文档
ab.draw({})
使用方式
具体参数内容见文档,请注意参数的格式。
传送门:接口文档对照
文档里有联系方式。
版本历史
1.0.0 首次发布
Release files for abeiai 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| abeiai-1.0.0.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| abeiai-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.0 kB
Release files / abeiai-1.0.0.tar.gz
| Download URL | abeiai-1.0.0.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a4eadac59e7bdbbb2de8cb32834e73640a9f980bbcde7ab1ebb6a12d9a03b633
|
|
BLAKE2b-256 checksum How to use checksums |
0865e7a31e55f452668969374b6fc9f20a3def53a40c24770aa8f96ff6511000
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.10.16
|
Release files / abeiai-1.0.0-py3-none-any.whl
| Download URL | abeiai-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
58a0302bfcd50de501532c0c76b9940b7f2f0290842acbaba3a4fb9c41ae5172
|
|
BLAKE2b-256 checksum How to use checksums |
03483863bfb31a9912bc34f87c099367d9c8090a8f71bbf1f88ba578f125f928
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.10.16
|