Update docs and other details

This commit is contained in:
Richard Chien
2017-02-15 21:21:51 +08:00
parent 47921d50ee
commit b00232107a
10 changed files with 274 additions and 73 deletions

9
docs/Message_Sources.md Normal file
View File

@ -0,0 +1,9 @@
# 消息源列表
「消息源」在文档的某些位置可能还称为「消息平台」「聊天平台客户端」「消息源客户端」「机器人前端」等。比如网上很多开源的 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 | |