This chatbot provides match information for OIer and ACMer, based on the Nonebot2 framework.
git clone --depth=1 https://github.com/talentestors/OI-Bot.git
cd OI-Bot
pip install
pip install -r requirements.txt
Usage of UV
uv sync --no-dev
python bot.py
cp .env.example .env
Edit .env
file
Configurations:
OneBot
:ONEBOT_ACCESS_TOKEN
: OneBot access tokenONEBOT_SECRET
: OneBot secret
nonebot-plugin-oi-helper
:
This project includes software from the following sources:
- nonebot2
- Licensed under the MIT License
- nonebot-adapter-onebot
- Licensed under the MIT License
- nonebot-plugin-oi-helper
- Copyright (C) 2024 talentestors
- Licensed under the GNU Affero General Public License, Version 3
- https://www.gnu.org/licenses/agpl-3.0.html
- nonebot-plugin-luoguluck
- Licensed under the GNU General Public License, Version 3
- https://www.gnu.org/licenses/gpl-3.0.html