MiraiCQ:对接MiraiHttpApi或OneBot的酷Q插件兼容框架
-
MiraiCQ-Cli
软件说明:
1:本软件的编写初衷为兼容酷Q插件,除此之外,还会提供一些额外的功能。
2:多个插件共用一套消息系统,在收发图片文件时,可以显著节省网络开销。
3:为网络处理较麻烦的编程语言提供便利的方式来开发聊天插件。
4:对接OneBot v11
或Mirai Http Api
(正在施工中,已经支持基础图文消息收发,“暂时” 仅支持singleMode
),软件长期可用。下载地址(支持MiraiHttpApi的在github actions中下载):
1:https://github.com/super1207/MiraiCQ/releases
2:https://github.com/super1207/MiraiCQ/actions使用方法:
1:将原酷Q插件的dll和json放入app文件夹。
2:
开启OneBot
实现端的websocket
正向连接(详细说明请参照此项目:https://github.com/Mrs4s/go-cqhttp )。
或者
开启Mirai Http Api
的websocket
正向连接以及正向http
3:修改config\congig.ini
文件中的ws_url
(all)、access_token
(onebot)、verifyKey
(mirai_http_api)、http_url
(mirai_http_api)、adapter
(all)项。
示例config.ini:https://github.com/super1207/MiraiCQ/blob/MiraiCQ-Cli/config.ini
4:运行MiraiCQ.exe
。运行环境:
Windows 7 with sp1
、Windows Server 2016
或更高版本的Windows系统。
wine
: 见 https://github.com/super1207/MiraiCQ/blob/MiraiCQ-Cli/doc/MiraiCQ_In_Wine.txt编译方法:
1:安装VS2019,安装时勾选使用C++的桌面开发
。
2:clone本项目,使用VS2019打开MiraiCQ.sln
,直接编译。开源说明:
开源协议:GNU Affero General Public License v3.0
开源地址:https://github.com/super1207/MiraiCQ交流与问题反馈:
1:https://github.com/super1207/MiraiCQ/issues
2:QQ群:920220179 -
现在还在用cq遗留代码的人还很多吗
-
@rainchan 很少很少