qbittorrent管理器
Project description
📖 介绍
qbittorrent管理器,可以远程管理qb下载内容
跨平台
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-qbittorrent-manager
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-qbittorrent-manager
pdm
pdm add nonebot-plugin-qbittorrent-manager
poetry
poetry add nonebot-plugin-qbittorrent-manager
conda
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分类列表 | 分类列表 | 是 | 🗓️ | 🗓️ |
说明
qb下载、qb列表、qb删除、qb修改 可带参数执行
可选参数:
tag, t: 标签
savepath, path, p: 下载的路径
category, c: 分类
state:
/qb下载 -tag 视频 xxx # 将url的内容下载并添加tag[视频]
效果图
[假装有图片.jpg]
⭐
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonebot_plugin_qbittorrent_manager-1.1.1.tar.gz.
File metadata
- Download URL: nonebot_plugin_qbittorrent_manager-1.1.1.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6de4aea846afe56b7ad275551bfd3ab15abbf50b33ab80a24a24c114fc6aa1f9
|
|
| MD5 |
23d7f964ef418c3c40f6c0e76531d018
|
|
| BLAKE2b-256 |
e598fbbe8c6498b0cfe41012d85eed0cc4d117e63f7f85c59ca04b161692a13e
|
File details
Details for the file nonebot_plugin_qbittorrent_manager-1.1.1-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_qbittorrent_manager-1.1.1-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df7d061536618cf63fcad99b966baf92413aa2b22d9cbe4d16c4fad070b2dec8
|
|
| MD5 |
12417c794a08e3197b130d123704e328
|
|
| BLAKE2b-256 |
0ce0caf4a63b09d27b050dcdac80ceaa2b266f03fbbeb2e9905948d93cb1bafb
|