https://github.com/mrxiaom/overflow
替换 mirai 实现为 Onebot 以进行无缝迁移
https://github.com/mrxiaom/overflow
dependency implementation mirai mirai-bot mirai-core onebot onebot11
Last synced: 9 months ago
JSON representation
替换 mirai 实现为 Onebot 以进行无缝迁移
- Host: GitHub
- URL: https://github.com/mrxiaom/overflow
- Owner: MrXiaoM
- License: agpl-3.0
- Created: 2023-10-12T13:15:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T11:45:14.000Z (9 months ago)
- Last Synced: 2025-04-23T12:33:31.582Z (9 months ago)
- Topics: dependency, implementation, mirai, mirai-bot, mirai-core, onebot, onebot11
- Language: Kotlin
- Homepage: https://mirai.mrxiaom.top
- Size: 1.28 MB
- Stars: 381
- Watchers: 4
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Overflow
欢迎回到 mirai
Overflow 是 mirai-core-api 的实现,对接 OneBot 11 标准,实现 mirai 的无缝迁移。
形象图由 [人间工作](https://www.pixiv.net/artworks/114225110) 绘制
[](https://github.com/project-tRNA) [](https://github.com/MrXiaoM/Overflow/stargazers) [](https://github.com/mamoe/mirai) [](https://11.onebot.dev) [](https://mirai.mamoe.net/topic/2565)
当前 Overflow 基本稳定,欢迎各位使用。
- **[用户手册: 快速开始](https://mirai.mrxiaom.top/docs/UserManual)**
- **[开发文档](https://mirai.mrxiaom.top/docs/dev)**
- **[开发进度/具体的接口支持情况](https://mirai.mrxiaom.top/docs/dev/progress)**
## 兼容性说明
Overflow 支持且**仅支持**连接到大多数标准的 Onebot 或 go-cqhttp 协议,支持安装未使用 mirai 内部特性或 mirai 码的插件
+ [x] 使用正向(主动)或反向(被动) WebSocket 连接
+ [x] 在连接时使用 token 鉴权
+ [x] 在代码中调用自定义的 action
+ [x] 在消息中使用 CQ 码 *测试中*
+ [x] 将 mirai 消息段序列化/反序列化为 json
+ [ ] 使用 MiraiCode (Mirai 码) 处理消息 *不支持*
如果你的 Overflow 与 Onebot 实现 (如 LLOnebot、NapCat、Gensokyo 等) 可部署且已部署在了同一文件系统,推荐安装附属插件 [LocalFileService](https://github.com/MrXiaoM/LocalFileService)。
# 鸣谢
本项目使用了 [onebot-client](https://github.com/cnlimiter/onebot-client) 进行快速开发。
感谢该项目为本项目的发起者节约了大量的阅读文档与设计接口时间。