Skip to content

D-0000000000/mirai-cpp-messagesender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirai-cpp-Messagesender

mirai-cpp 发送消息用的机器人,配合自动装填机使用https://github.com/D-0000000000/autoloader

使用方法

使用 Visual Studio 或 Visual Studio Code 直接打开整个文件夹即可。

编译目标为可执行文件,其主函数位于 src/main.cpp

头文件请添加到 include 目录中

源文件请添加到 src 目录中,并且不要忘记修改 CMakeLists.txt。(参考CMakeLists.txt中的注释进行修改)

mirai-cpp 的说明文档:使用说明

用法

首先创建配置文件,在当前目录下创建一个名为settings.txt的文件,第一行为authKey,第二行为bot的QQ号,第三行为目标QQ群号,例如

AUTHKEY
1145144396
1919810777

运行

./qqmessagesender

当前目录下的msgTitle.txtmsgBody.txtmsgURL.txtmsgPicURL.txt 会被解析并发送至QQ,文件包括图片被移动到cache文件夹下,文件夹内以时间命名。更多信息见autoloader

依赖

本项目基于https://github.com/cyanray/mirai-cpp/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published