跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python
Go to file
2018-07-27 22:53:59 +08:00
.idea Fix project files 2018-07-21 14:33:16 +08:00
none Add waiting when the current session is running 2018-07-27 22:53:59 +08:00
none_demo
.gitignore Update gitignore 2018-07-20 11:03:31 +08:00
LICENSE
README.md Bump to v0.1.0 2018-07-22 22:29:08 +08:00
setup.py Bump to v0.1.0 2018-07-22 22:29:08 +08:00

None Bot

License PyPI

None Bot 是一个基于 酷 Q 的 Python 异步 QQ 机器人框架,框架与酷 Q 交互的部分使用 aiocqhttp,后者是 CoolQ HTTP API 插件 的一个 Python 异步 SDK。

None Bot 本身不包含任何实际功能,仅仅提供处理消息、解析命令等核心功能,框架的使用者需要使用框架提供的接口,以插件的形式来编写具体功能。

文档暂时还没写,请先参考 none.pluginsnone_demo 模块和 richardchien/maruko 项目中的使用方式。