Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
nonebot-plugin-qbittorrent-manager
Advanced tools
qbittorrent管理器,可以远程管理qb下载内容
跨平台
nb plugin install nonebot-plugin-qbittorrent-manager
pip install nonebot-plugin-qbittorrent-manager
pdm add nonebot-plugin-qbittorrent-manager
poetry add nonebot-plugin-qbittorrent-manager
conda install nonebot-plugin-qbittorrent-manager
打开 nonebot2 项目根目录下的 pyproject.toml
文件, 在 [tool.nonebot]
部分追加写入
plugins = ["nonebot_plugin_qbittorrent_manager"]
在 nonebot2 项目的.env
文件中添加下表中的必填配置
配置项 | 必填 | 默认值 | 说明 | 示例 |
---|---|---|---|---|
qbm_url | 是 | 无 | qb的url | "http://127.0.0.1:8080" |
qbm_username | 是 | 无 | 用户名称 | "username" |
qbm_password | 是 | 无 | 用户密码 | "password" |
qbm_enable_user | 否 | [] | 有使用权限的用户,默认响应所有用户的操作 | ["12345"] |
qbm_send_text | 否 | false | 禁用绘图,只发送文本 | true |
本插件使用了nonebot-plugin-localstore存储文件。
如有需要修改存储位置,请参考 localstore文档
指令 | 说明 | 需要at | 功能实现 | 图形界面 |
---|---|---|---|---|
qb帮助 | 指令列表 | 是 | ✅ | 🗓️ |
qb下载 | 下载文件 | 是 | ✅️ | ✖️ |
qb列表 | 目前的任务列表 | 是 | ✅️ | ✅️ |
qb删除 | 删除指定任务 | 是 | ✅️ | ✖️ |
qb完全删除 | 删除指定任务以及已下载的文件 | 是 | ✅️ | ✖️ |
qb修改 | 修改分类、文件夹、添加标签 | 是 | ✅️ | ✖️ |
qb状态 | qb软件的运行状态 | 是 | 🗓️ | 🗓️ |
qb登陆 | 在凭证过期后手动登陆 | 是 | ✅️ | ✖️ |
qb标签列表 | 标签列表 | 是 | 🗓️ | 🗓️ |
qb分类列表 | 分类列表 | 是 | 🗓️ | 🗓️ |
qbrss订阅 | 分类列表 | 是 | 🗓️ | 🗓️ |
qb下载、qb列表、qb删除、qb修改 可带参数执行
可选参数:
tag, t: 标签
savepath, path, p: 下载的路径
category, c: 分类
state:
/qb下载 -tag 视频 xxx # 将url的内容下载并添加tag[视频]
[假装有图片.jpg]
FAQs
qbittorrent管理器
We found that nonebot-plugin-qbittorrent-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.