43 lines
1.6 KiB
Markdown
43 lines
1.6 KiB
Markdown
# Lucas-Bot
|
||
___
|
||
使用MiraiCP框架开发的QQ机器人
|
||
|
||
### Features / 目前功能:
|
||
|
||
(未打勾的即为开发中功能,以后还会持续添加)
|
||
- [x] 群消息复读
|
||
- [x] 营销号文案生成
|
||
- [x] 发病文案生成
|
||
- [x] 疯狂星期四文案生成
|
||
- [x] 整合狗屁不通文章生成器
|
||
- [x] 东方Project图片生成
|
||
- [x] 群签到
|
||
- [ ] 钓鱼
|
||
- [ ] 打工
|
||
- [ ] 五千兆表情包生成
|
||
- [x] 群内消息随机发起攻击
|
||
|
||
### How to compile / 编译说明:
|
||
- 1.编译dependencies中的Http和Person为动态链接库
|
||
- 需要支持OpenSSL的libcurl
|
||
- 2.加载主cmake项目,编译为libMiraiCPPlugin.dll或者libMiraiCPPlugin.so
|
||
- 3.参考MiraiCP的说明,加载动态链接库到框架中启动运行
|
||
|
||
Note:目前仅支持Windows系统,Linux系统将在后期适配
|
||
|
||
# LICENSE / 许可证
|
||
___
|
||
### GNU Affero General Public License v3.0
|
||
|
||
Lucas' Bot is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||
|
||
Lucas' Bot is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
|
||
|
||
You should have received a copy of the GNU Affero General Public License along with Lucas' Bot. If not, see <https://www.gnu.org/licenses/>.
|
||
___
|
||
|
||
### Project URL / 项目地址
|
||
|
||
主仓库地址:<https://gitme.fun/lucas8485/Lucas-Bot>
|
||
|
||
镜像仓库地址:<https://github.com/lucas8485/Lucas-Bot> |