跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python
Go to file
2016-12-03 22:41:12 +08:00
commands Update something 2016-12-03 22:41:12 +08:00
.gitignore
apiclient.py Update something 2016-12-03 22:41:12 +08:00
app.py Update something 2016-12-03 22:41:12 +08:00
command.py Update a lot of things 2016-12-03 21:12:07 +08:00
config.py Update a lot of things 2016-12-03 21:12:07 +08:00
interactive.py
little_shit.py
README.md
requirements.txt
Write_Command.md Add intro of a new type of command 2016-12-03 21:21:13 +08:00

QQBot

此 QQBot 非彼 QQBot不是对 SmartQQ 的封装,而是基于开源的 sjdy521/Mojo-Webqq 实现的处理命令的逻辑。

现在基本框架已经完成,不过还有部分基础性的命令没有实现,待完成之后,再来进行命令的扩充。

由于还没有完成,代码的各个部分、程序的功能等可能会变动比较频繁,此 README 先不详细写。目前可以参考 编写命令 来了解如何编写命令,因为命令是本程序的重要内容,所以这个文档会更新比较及时。