Cooaki
Another Fully Typed Modern Async Akinator API wrapper
Install / Use
/learn @lgc2333/CooakiREADME
<!-- markdownlint-disable MD031 MD033 MD036 MD041 -->
<div align="center">
Logo 征集中 / Logo currently soliciting opinion
CooAki
✨ Another Async Akinator API Wrapper ✨
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python"> <a href="https://github.com/astral-sh/uv"> <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv"> </a> <a href="https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/f33b1b73-7e24-494b-945b-501cf458dc19"> <img src="https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/f33b1b73-7e24-494b-945b-501cf458dc19.svg" alt="wakatime"> </a> <br /> <a href="./LICENSE"> <img src="https://img.shields.io/github/license/lgc2333/cooaki.svg" alt="license"> </a> <a href="https://pypi.python.org/pypi/cooaki"> <img src="https://img.shields.io/pypi/v/cooaki.svg" alt="pypi"> </a> <a href="https://pypi.python.org/pypi/cooaki"> <img src="https://img.shields.io/pypi/dm/cooaki" alt="pypi download"> </a> </div>💿 安装 / Install
pip install cooaki
如需使用 patchright 过 Cloudflare 检测,请使用下面命令安装
If you need to use patchright to bypass Cloudflare detection, please use the following command to install
pip install cooaki[patchright]
📖 介绍 / Description
参见 cooaki/__main__.py
Please refer to 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: 168603371
- Telegram: @lgc2333 / @stupmbot
- Discord: lgc2333
- Email: lgc2333@126.com
💡 鸣谢 / Acknowledgments
advnpzn/akipy
- API 参考 / API References
💰 赞助 / Sponsor Me
点击这里获取更多信息
Click here for more information
感谢大家的赞助!你们的赞助将是我继续创作的动力!
Thanks for your support! Your support will make me continue to create contents!
📝 更新日志 / Update Log
0.3.0
- 重构代码,主要针对绕过 Cloudflare
Refactor the code, mainly for bypassing Cloudflare- 支持使用
playwright或patchright来请求
Support usingplaywrightorpatchrightto request - 支持自定义
base_url
Support custombase_url
- 支持使用
0.2.1
0.2.0
- 返回 Model 重构
Refactor return model
