mirror of
https://github.com/N1ngYu/SaltBot.git
synced 2025-09-28 08:42:40 +08:00
818 B
818 B
SaltBot
A QQbot Based on Nonebot.
How to Use
Caution
This guide assumes you have basic programming & networking knowledge. This bot will need change some code to run correctly.
- Install Python3.12
- Install Nonebot
- Download this repo.
- Change the script path on /.venv/Lib/site-packages/nonebot_plugin_maimai_helper/init.py, line 87, 93, 201, 204 and line 205. (Please ignore my sh!t code, thanks.)
- Run
nb runin the SaltBot folder.
Note
This bot will use MySQL to storge your & others Userid & Token. Make sure your have a MySQL database on your device. You can change IP(/nonebot_plugin_maimai_helper/util/utils.py) if your database isn't on your local device.