Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrxiaom/overflow
替换 mirai 实现为 Onebot 以进行无缝迁移
https://github.com/mrxiaom/overflow
dependency implementation mirai mirai-bot mirai-core onebot onebot11
Last synced: 7 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-29T05:13:01.000Z (about 1 month ago)
- Last Synced: 2024-10-04T15:22:53.101Z (about 1 month ago)
- Topics: dependency, implementation, mirai, mirai-bot, mirai-core, onebot, onebot11
- Language: Kotlin
- Homepage: https://mirai.mrxiaom.top
- Size: 1.03 MB
- Stars: 318
- Watchers: 3
- Forks: 25
- Open Issues: 11
-
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) 绘制
[![project-tRNA](https://img.shields.io/badge/project--tRNA-a7a3ff?style=for-the-badge)](https://github.com/project-tRNA) [![星标](https://shields.io/github/stars/MrXiaoM/Overflow?logo=github&style=for-the-badge&label=%E6%98%9F%E6%A0%87)](https://github.com/MrXiaoM/Overflow/stargazers) [![mirai](https://img.shields.io/badge/mirai--core--api-2.16.0-blue?style=for-the-badge)](https://github.com/mamoe/mirai) [![Onebot 11](https://img.shields.io/badge/Onebot-11-313343?style=for-the-badge)](https://11.onebot.dev) [![论坛](https://img.shields.io/badge/MiraiForum-post-5094e4?style=for-the-badge)](https://mirai.mamoe.net/topic/2565)当前 Overflow 基本稳定,欢迎各位使用。
- **[用户手册: 快速开始](https://mirai.mrxiaom.top/docs/UserManual)**
- **[开发文档](https://mirai.mrxiaom.top/docs/dev)**## 兼容性说明
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) 进行快速开发。
感谢该项目为本项目的发起者节约了大量的阅读文档与设计接口时间。