https://github.com/paul-sama/splatoon3-bot
基于 nonebot2 框架的 splatoon3 机器人,支持kook,telegram 和 discord
https://github.com/paul-sama/splatoon3-bot
discord-bot kook-bot nonebot2 splatoon3 telegram-bot
Last synced: 3 months ago
JSON representation
基于 nonebot2 框架的 splatoon3 机器人,支持kook,telegram 和 discord
- Host: GitHub
- URL: https://github.com/paul-sama/splatoon3-bot
- Owner: paul-sama
- Created: 2023-05-04T05:51:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T08:36:18.000Z (about 2 years ago)
- Last Synced: 2025-03-21T05:46:52.941Z (about 1 year ago)
- Topics: discord-bot, kook-bot, nonebot2, splatoon3, telegram-bot
- Language: Python
- Homepage: https://t.me/splatoon3_bot
- Size: 96.7 MB
- Stars: 32
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://discord.gg/r5s5VH8Way)
## 机器人[使用文档](https://docs.qq.com/sheet/DUkZHRWtCUkR0d2Nr?tab=BB08J2)
## 自己搭建指南
服务器需要安装2.30版本以上git,deno引擎,deno安装参考https://www.denojs.cn/
python >= 3.9
1. python -m pip install --user pipx
2. python -m pipx ensurepath
3. pipx install nb-cli
4. python -m venv .venv
5. source .venv/bin/activate
6. pip install -r requirements.txt
7. cp .env.sample .env
8. edit .env
9. nb run --reload