Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgc2333/cooaki
Another Async Akinator API wrapper
https://github.com/lgc2333/cooaki
akinator akinator-api
Last synced: about 1 month ago
JSON representation
Another Async Akinator API wrapper
- Host: GitHub
- URL: https://github.com/lgc2333/cooaki
- Owner: lgc2333
- License: mit
- Created: 2024-07-25T12:33:37.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-11T11:02:12.000Z (about 2 months ago)
- Last Synced: 2024-11-11T11:45:07.308Z (about 2 months ago)
- Topics: akinator, akinator-api
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## 💿 安装 / Install
```shell
pip install cooaki
```## 📖 介绍 / Description
参见 [cooaki/\_\_main\_\_.py](https://github.com/lgc2333/cooaki/blob/master/cooaki/__main__.py)
Please refer to [cooaki/\_\_main\_\_.py](https://github.com/lgc2333/cooaki/blob/master/cooaki/__main__.py)安装好后可以用 `python -m cooaki` 来运行这个 Demo
You can run this demo using `python -m cooaki` when this package was installed.## 📞 联系 / Contact Me
- QQ: 3076823485 / Group: [1105946125](https://jq.qq.com/?_wv=1027&k=Z3n1MpEp)
- Telegram: [@lgc2333](https://t.me/lgc2333) / [@stupmbot](https://t.me/stupmbot)
- Discord: [lgc2333](https://discordapp.com/users/810486152401256448)
- Email: [[email protected]](mailto:[email protected])## 💡 鸣谢 / Acknowledgments
### [advnpzn/akipy](https://github.com/advnpzn/akipy)
- API 参考 / API References
## 💰 赞助 / Sponsor Me
**[点击这里获取更多信息
Click here for more information](https://blog.lgc2333.top/donate)**感谢大家的赞助!你们的赞助将是我继续创作的动力!
Thanks for your support! Your support will make me continue to create contents!## 📝 更新日志 / Update Log
### 0.2.1
- 修复 [#1](https://github.com/lgc2333/cooaki/issues/1)
### 0.2.0
- 返回 Model 重构