中文 | English
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 language,
Based on KMP 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 to learn more about the components, documentation, community and more!
simbot4 reference documentation: simbot.forte.love
Note
Also includes document address guides for previous versions
Documentation Bootstrap & API Doc: docs.simbot.forte.love
Branch to 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 for more information!
- You can contribute to the project code via Pull Request.
- You can make a suggestion or give feedback on an issue via Issues.
- You can communicate with other people or the simbot development team via Discussions.
- If you create a cool open source project through this project, you are welcome to leave your open source project information through Issues, Discussions and so on. etc. Leave your open source project information and show your cool project in the work display area.
- To give feedback on an issue, make a suggestion, or ask a question, please go to ISSUES.
- To talk to the development team, to talk to other developers, go to DISCUSSIONS.
- More Community Information can be found in the GitHub Organisation Home.
powered by Star History
Simple Robot is open source under the LGPLv3 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 <https://www.gnu.org/licenses/>.