OSUbot in NoneBot2
Project description
📖 介绍
本项目修改自osuv2,适配了nonebot2,并且在此之上修改了命令的响应逻辑并修改了一些bug使之更易于使用
变速功能依赖ffmpeg,需要自行安装ffmpeg才能正常使用
💿 安装
使用 nb-cli 安装(推荐)
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-osubot
使用包管理器安装(推荐)
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-osubot
pdm
pdm add nonebot-plugin-osubot
poetry
poetry add nonebot-plugin-osubot
打开 nonebot2 项目的 bot.py
文件, 在其中写入
nonebot.load_plugin('nonebot_plugin_osubot')
从 github 安装
在 nonebot2 项目的插件目录下, 打开命令行, 输入以下命令克隆此储存库git clone https://github.com/yaowan233/nonebot-plugin-osubot.git
修改nonebot_plugin_osubot的__init__.py为
add_model('src.plugins.database.models')
打开 nonebot2 项目的 bot.py
文件, 在其中写入
nonebot.load_plugin('src.plugins.nonebot_plugin_osubot')
⚙️ 配置
你需要至OSU个人设置申请新的OAuth应用,然后将得到的客户端ID与客户端密钥填入nonebot2 项目的.env
文件中
配置说明
配置项 | 必填 | 默认值 | 说明 |
---|---|---|---|
OSU_CLIENT | 是 | 无 | 客户端ID |
OSU_KEY | 是 | 无 | 客户端密钥 |
tortoise_orm_db_url | 否 | sqlite://db.sqlite3 | 数据库地址 |
INFO_BG | 否 | ['https://example.com'] | 随机背景api地址,需要打开网页后随机获得一张图片 |
🎉 使用
指令
💡 贡献
如果遇到任何问题,欢迎提各种issue来反馈bug 你也可以加群(228986744)来进行反馈!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nonebot-plugin-osubot-6.12.7.tar.gz
.
File metadata
- Download URL: nonebot-plugin-osubot-6.12.7.tar.gz
- Upload date:
- Size: 29.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4e1371e6311bceccf914c4d0429ec0178851d75df8d0bc2fb1fa5e732385206 |
|
MD5 | 7966532a28c726ea40e484344a4beee8 |
|
BLAKE2b-256 | 6e5e464c56e20acc232ae01aec95ab31f67974f7f2a4aebdc96565367b7216ce |
File details
Details for the file nonebot_plugin_osubot-6.12.7-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_osubot-6.12.7-py3-none-any.whl
- Upload date:
- Size: 30.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 384b21924cc15e8657e58c47eb7cd5b539891b469150f7d4fdb8fb30d2a01cef |
|
MD5 | 74e295de8080bde8dde391b42fa64c4b |
|
BLAKE2b-256 | bcf6e14bb7f072ede292a27ae951d3d4b1550f6da31600afb45454789c003793 |