Files
SaltBot/README.md
2025-02-23 19:44:47 +08:00

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.

  1. Install Python3.12
  2. Install Nonebot
  3. Download this repo.
  4. 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.)
  5. Run nb run in 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.