Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrxiaom/krigacy
Kritor Legacy - Onebot 转接模块 (Deprecated)
https://github.com/mrxiaom/krigacy
adapter go-cqhttp kritor onebot onebot11
Last synced: 14 days ago
JSON representation
Kritor Legacy - Onebot 转接模块 (Deprecated)
- Host: GitHub
- URL: https://github.com/mrxiaom/krigacy
- Owner: MrXiaoM
- License: agpl-3.0
- Created: 2024-03-27T17:51:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T00:45:36.000Z (6 months ago)
- Last Synced: 2024-10-03T15:23:22.769Z (about 1 month ago)
- Topics: adapter, go-cqhttp, kritor, onebot, onebot11
- Language: Kotlin
- Homepage:
- Size: 124 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Krigacy
> Krigacy = Kritor Legacy
> Kritor 原本声明[并不是为了取代 Onebot](https://github.com/KarinJS/kritor/commit/1ee33acec68922e58c9a4329b64de845ca390d32#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L23),却在做着类似的事。> OpenShamrock 归档了,Lagrange 依然支持 Onebot,Kritor 作用不显著,本项目可能不会继续开发。
Krigacy 是 [Kritor](https://github.com/KarinJS/kritor) 的 Onebot 11 适配器,用于将 Kritor 标准转换为 [Onebot](https://11.onebot.dev)/[go-cqhttp](https://docs.go-cqhttp.org/api) 标准
本项目的定位为 Kritor 应用端,Onebot 协议端。
# TODO
+ [x] 支持主动 WebSocket 连接 *实验性*
+ [ ] 支持被动 WebSocket 连接# 构建
拉取仓库或更新 Kritor 后,需要执行一次
```shell
./gradlew generateProto
```正在编写中。
需要编译 standalone (独立版),请执行
```shell
./gradlew shadowDistZip
```
编译产物在 `./standalone/build/distributions/`