MaiBot-Napcat-Adapter/README.md

57 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# MaiBot 与 Napcat 的 Adapter
运行方式:独立/放在MaiBot本体作为插件
# 使用说明
首先napcat开**websocket客户端**设置URL为类似这样`ws://localhost:8095`
然后说明一下配置文件:
```
[Nickname] # 现在没用
nickname = ""
[Napcat_Server] # Napvat连接的ws服务设置
host = "localhost" # Napcat设定的url地址
port = 8095 # Napcat设定的ws端口
[MaiBot_Server] # 连接麦麦的ws服务设置
host = "localhost" # 麦麦在.env文件中设置的url地址
port = 8000 # 麦麦在.env文件中设置的ws端口
[Napcat]
heartbeat = 30 # 与Napcat设置的心跳相同按秒计
[Whitelist] # 白名单功能(未启用)(未实现)
group_list = []
private_list = []
enable_temp = false
```
你需要的就是把template_config.toml复制到根目录然后改
至于requirements需要maim_message安装略
# TO DO List
- [x] 读取自动心跳测试连接
- [x] 接受消息解析
- [x] 文本解析
- [x] 图片解析
- [x] 文本与消息混合解析
- [x] 转发解析(含图片动态解析)
- [ ] 群公告解析
- [ ] 回复解析(?)
- [ ] 群临时消息(可能不做)
- [ ] 链接解析
- [ ] 戳一戳解析
- [ ] 语音解析(?)
- [ ] 所有的notice类
- [x] 发送消息
- [x] 发送文本
- [x] 发送图片
- [x] 发送表情包
- [ ] 引用回复(完成但是没测试)
- [ ] 戳回去(?)
- [ ] 发送语音(?)
# 特别鸣谢
特别感谢[@Maple127667](https://github.com/Maple127667)对本项目代码思路的支持