Skip to content

Latest commit

 

History

History
152 lines (118 loc) · 6.7 KB

README_en.md

File metadata and controls

152 lines (118 loc) · 6.7 KB
simbot logo

- Simple Robot -

~ simbot v4 ~
GitHub    |    Gitee
> 感谢 CatCode 开发团队成员制作的simbot logo <
> 走过路过,不要忘记点亮一颗⭐喔~ <
release release doc Qodana
stars forks watchers repo-size code-size issues last-commit search-hit top-language copying

中文 | 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 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

V3

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.

Contact us

  • 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.

Special thanks

jetbrains

Star!

Star History Chart

powered by Star History

License

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/>.