Support CoolQHttpApi message source

This commit is contained in:
Richard Chien
2017-02-15 23:39:37 +08:00
parent 74b3bad931
commit 318d642c90
8 changed files with 122 additions and 17 deletions

View File

@ -2,8 +2,8 @@
「消息源」在文档的某些位置可能还称为「消息平台」「聊天平台客户端」「消息源客户端」「机器人前端」等。比如网上很多开源的 SmartQQ 封装或网页微信封装,我们这里就称他们为「消息源」,他们的功能通常是模拟登录账号、维护登录状态、上报接收到的消息、通过某种方式调用接口发送消息等。通过适配器,本程序可以支持多种消息源,下面是目前所支持的消息源列表:
| 消息源名称 | 官网/项目地址 | 配置文件中定义时必填项 |
| -------------------- | ---------------------------------------- | ----------------- |
| mojo_webqq | https://github.com/sjdy521/Mojo-Webqq | `api_url`API 根地址 |
| mojo_weixin | https://github.com/sjdy521/Mojo-Weixin | `api_url`API 根地址 |
| coolq_http_api(即将支持) | https://github.com/richardchien/coolq-http-api | |
| 消息源名称 | 官网/项目地址 | 配置文件中定义时填写项目 |
| -------------- | ---------------------------------------- | ---------------------------------------- |
| mojo_webqq | https://github.com/sjdy521/Mojo-Webqq | `api_url`API 根地址(必填) |
| mojo_weixin | https://github.com/sjdy521/Mojo-Weixin | `api_url`API 根地址(必填) |
| coolq_http_api | https://github.com/richardchien/coolq-http-api | `api_url`API 根地址(必填);`token`:发送请求时的 token设置了的情况下必填 |