Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 以进行无缝迁移

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) 进行快速开发。
感谢该项目为本项目的发起者节约了大量的阅读文档与设计接口时间。