-
Notifications
You must be signed in to change notification settings - Fork 0
Home
LiangXiang Shen edited this page Jan 4, 2019
·
3 revisions
kjBot 框架 —— 对接 CoolQ HTTP API 帮助 PHP 开发者快速构建命令响应式 QQ 机器人。
为开始开发,请先安装 酷Q 及其插件 CoolQ HTTP API。
- 克隆/下载本项目到你的工作区
- 将所有
*.example
文件去掉.example
后缀。 - 运行
composer update
生成自动载入文件。
- 接收事件上报
- 插件处理事件
- 模块处理消息事件
- 插件捕获消息队列
- 调用 API 发送消息队列中的消息
将 CoolQ HTTP API 的上报地址对接你的 PHP 服务器地址(根路径设置为框架的 public/index.php
),即可开始运行。