# simpler-robot
**Repository Path**: LeftJson/simpler-robot
## Basic Information
- **Project Name**: simpler-robot
- **Description**: 一个基于Kotlin协程的bot风格Kotlin多平台事件调度框架,异步高效、Java友好♥
- **Primary Language**: Kotlin
- **License**: GPL-3.0
- **Default Branch**: v4-dev
- **Homepage**: https://simbot.forte.love
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 7
- **Created**: 2024-08-14
- **Last Updated**: 2024-08-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[中文](README.md) | English
## Summary
**`Simple Robot`** v4 is a multi-platform Bot-style high-
performance asynchronous event scheduling framework based on
**KMP** (hereafter referred to as simbot).
It provides a unified asynchronous API and easy-to-use style design,
which can help you write bot-style event scheduling applications
more quickly and efficiently.
Currently, it is mainly used to interface with various types of
bot application platforms/frameworks and provides part of
the component library implementation.
**`simbot4`** Developed via [Kotlin](https://kotlinlang.org/) language,
Based on [KMP](https://kotlinlang.org/docs/multiplatform.html) for
multi-platform support, and compatible with Java (**jdk11+**) and
other JVM platform languages.
And provides a lot of Java-friendly API and Spring Boot starter,
to help you quickly develop .
This repository is the repository for simbot v3 and v4, containing
the definition of the simbot standard API, the implementation of
the simbot core libraries, and the implementation of the Spring Boot starter
and other core and basic content.
> [!tip]
> Visit the [GitHub Organisation Home](https://github.com/simple-robot/)
> to learn more about the components, documentation, community and more!
## 文档
simbot4 reference documentation: [simbot.forte.love][doc-homepage]
> [!note]
> Also includes document address guides for previous versions
Documentation Bootstrap & API Doc: [docs.simbot.forte.love](https://docs.simbot.forte.love)
## V3
Branch to [v3-dev](https://github.com/simple-robot/simpler-robot/tree/v3-dev)
to see the development branch of simbot3.
## 协助我们
Lighting up a **✨star🌟** for us is the greatest motivation and support we can give to keep going!
- Go to [CONTRIBUTING](docs/CONTRIBUTING.md) for more information!
- You can contribute to the project code via [**Pull Request**][pr].
- You can make a suggestion or give feedback on an issue via [**Issues**][issues].
- You can communicate with other people or the simbot development team via [**Discussions**][discussions].
- If you create a cool open source project through this project,
you are welcome to leave your open source project information through [**Issues**][issues], [**Discussions**][discussions] and so on.
etc. Leave your open source project information and show your cool project in the work display area.
## Contact us
- To give feedback on an issue, make a suggestion, or ask a question, please go to [**ISSUES**][issues].
- To talk to the development team, to talk to other developers, go to [**DISCUSSIONS**][discussions].
- More **Community Information** can be found in the [GitHub Organisation Home](https://github.com/simple-robot/).
[pr]: https://github.com/simple-robot/simpler-robot/pulls
[issues]: https://github.com/simple-robot/simpler-robot/issues
[discussions]: https://github.com/orgs/simple-robot/discussions
## Special thanks
[jetbrains]: https://www.jetbrains.com/?from=simpler-robot
## Star!
[](https://star-history.com/#simple-robot/simpler-robot&Date)
> powered by [Star History](https://star-history.com)
## License
Simple Robot is open source under the [LGPLv3](https://www.gnu.org/licenses/#LGPL) license.
```
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
Lesser GNU General Public License for more details.
You should have received a copy of the Lesser GNU General Public License
along with this program. If not, see .
```
[doc-homepage]: https://simbot.forte.love/