OneBot is a chat robot application interface standard that aims to unify robot application development interfaces on different chat platforms, allowing developers to only write business logic code once and apply it to multiple robot platforms.
Note that this repository is the latest draft of the OneBot standard, published at https://12.onebot.dev. To view the currently officially released version, please go to https://onebot.dev to find relevant links.
To preview OneBot standard documents locally, please refer to the following command:
$ pip install -r requirements.txt
$ mkdocs serve
If you are interested in helping to improve OneBot, you can actively participate in discussions, propose RFCs, or help update standard documents. For specific ways to contribute, please refer to the contribution guide.