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
- Host: GitHub
- URL: https://github.com/galvingao/nonebot2-chatbot
- Owner: GalvinGao
- Created: 2022-06-29T13:07:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T05:01:00.000Z (almost 2 years ago)
- Last Synced: 2023-08-03T05:37:47.267Z (almost 2 years ago)
- Language: Python
- Size: 160 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)