Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simple-robot/simbot-component-kook
一个 Kotlin 多平台的 KOOK(开黑啦) Bot SDK 实现库,一个 Simple Robot 组件库,Java 友好、异步高效~ ❤️🔥❤️🔥😘
https://github.com/simple-robot/simbot-component-kook
kook kook-api kook-bot kook-sdk kookapp kookapp-bot kotlin kotlin-coroutines kotlin-multiplatform kotlin-multiplatform-library simbot simbot-component simple-robot
Last synced: about 2 months ago
JSON representation
一个 Kotlin 多平台的 KOOK(开黑啦) Bot SDK 实现库,一个 Simple Robot 组件库,Java 友好、异步高效~ ❤️🔥❤️🔥😘
- Host: GitHub
- URL: https://github.com/simple-robot/simbot-component-kook
- Owner: simple-robot
- License: lgpl-3.0
- Created: 2022-01-01T15:20:48.000Z (about 3 years ago)
- Default Branch: dev/main
- Last Pushed: 2024-11-25T06:16:48.000Z (2 months ago)
- Last Synced: 2024-11-25T07:22:39.494Z (2 months ago)
- Topics: kook, kook-api, kook-bot, kook-sdk, kookapp, kookapp-bot, kotlin, kotlin-coroutines, kotlin-multiplatform, kotlin-multiplatform-library, simbot, simbot-component, simple-robot
- Language: Kotlin
- Homepage: https://simbot.forte.love/component-kook.html
- Size: 10.1 MB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Support: support-list.md
Awesome Lists containing this project
README
#
这是
[Simple Robot v4][simbot4]
下的子项目,是针对
[KOOK(开黑啦)bot](https://developer.kookapp.cn/doc/reference)
各方面的 simbot 组件库实现,
包括对 `API` 内容的实现、事件相关的实现以及 bot 对于事件的监听与交互等。KOOK组件库可以作为底层API依赖使用、
轻量级的KOOK事件调度框架使用,
也可以基于 simbot 核心库的种种快速开发一个功能强大的 KOOK 机器人!- 基于 [`Kotlin`](https://kotlinlang.org/) 提供 [KMP 多平台](https://kotlinlang.org/docs/multiplatform.html) 特性,提供 Java 友好的API。
- 基于 [`Kotlin coroutines`](https://github.com/Kotlin/kotlinx.coroutines) 与 [`Ktor`](https://ktor.io/) 提供轻量高效的API。> [!Note]
> 下文中 `Simple Robot v4` 简称为 `simbot4`## 文档与引导
- 手册: [Simple Robot 应用手册](https://simbot.forte.love) 以及其中的 [KOOK组件](https://simbot.forte.love/component-kook.html) 部分。
- [文档引导站&API文档](https://docs.simbot.forte.love)
- 前往 [组织首页](https://github.com/simple-robot/) 了解更多有关其他组件、文档、以及社群等相关信息!
- [**社群**](https://simbot.forte.love/communities.html): 文档中也有提供社群信息喔---
## 支持列表
前往 [支持列表](support-list.md) 查看已经支持的API、尚未支持的API。
如果你迫切的希望支持某些API,而它们尚未被支持,请[让我们知道](https://github.com/simple-robot/simbot-component-kook/issues)!## 贡献
前往 [贡献手册](docs/CONTRIBUTING_CN.md) 了解更多!
## 快速开始
前往 [组件手册][website] 阅读 **快速开始** 相关章节。
## 法欧莉
如果你想看一看使用 KOOK组件实现的具体作品,
不妨添加我们亲爱的 [法欧莉斯卡雷特](https://www.kookapp.cn/app/oauth2/authorize?id=10250&permissions=197958144&client_id=jqdlyHK85xe1i5Bo&redirect_uri=&scope=bot)
并使用 `@法欧莉 今天的我` 来看看效果吧~## License
`simbot-component-kook` 使用 `LGPLv3` 许可证开源。
```
This program is free software: you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.You should have received a copy of the GNU Lesser General Public License along with this
program. If not, see .
```[m-api]: simbot-component-kook-api
[m-stdlib]: simbot-component-kook-stdlib
[m-core]: simbot-component-kook-core
[simbot4]: https://github.com/simple-robot/simpler-robot[website]: https://component-kook.simbot.forte.love/