An open API service indexing awesome lists of open source software.

https://github.com/galvingao/nonebot2-chatbot

This is a QQ chatbot project based on nonebot2, with various features built-in for the ease of communication around my interests :D
https://github.com/galvingao/nonebot2-chatbot

Last synced: 6 months ago
JSON representation

This is a QQ chatbot project based on nonebot2, with various features built-in for the ease of communication around my interests :D

Awesome Lists containing this project

README

        

# nb2

## How to start

1. generate project using `nb create` .
2. create your plugin using `nb plugin create` .
3. writing your plugins under `nb2/plugins` folder.
4. run your bot using `nb run` .

## Documentation

See [Docs](https://v2.nonebot.dev/)