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_private | 否 | [] | 启用的私聊,为空时所有私聊均响应 | ["12345"] |
| qbm_enable_group | 否 | [] | 启用的群聊,为空时所有群均响应 | ["12345"] |
| qbm_send_text | 否 | false | 禁用绘图,只发送文本 | true |
| qbm_basepath | 否 | "./qbittorrent_manager/" | 插件数据存放文件夹 | "./qbittorrent_manager/" |
🎉 使用
指令表
- ✅: 支持
- 🚧: 部分支持或正在完善
- 🗓️️: 计划中
- 🎨️: pil绘制
| 指令 | 说明 | 需要at | 功能实现 |
|---|---|---|---|
| qb帮助 | 指令列表 | 是 | ✅ |
| qb下载 | 下载文件 | 是 | ✅️ |
| qb列表 | 目前的任务列表 | 是 | 🚧 |
| qb删除 | 删除指定任务 | 是 | 🗓️ |
| qb修改 | 修改分类、标签、文件夹 | 是 | 🗓️ |
| qb删除 | 删除指定任务 | 是 | 🗓️ |
| qb删除 | 删除指定任务 | 是 | 🗓️ |
| qb删除 | 删除指定任务 | 是 | 🗓️ |
说明
qb下载、qb列表可带参数执行
可选参数:
tag, t: 标签
path, 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-0.1.5.tar.gz.
File metadata
- Download URL: nonebot_plugin_qbittorrent_manager-0.1.5.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80b1b213f77327e3f5bfcc76698b524deb63d7c62090927dfce96268f0d33ec0
|
|
| MD5 |
680a1d8e41ee7a9ce37cf5eb94aae087
|
|
| BLAKE2b-256 |
58d22c060b8b9624bbc02aa1f3dbc5c2efe4ecc97f706959be99ac451d2f430a
|
File details
Details for the file nonebot_plugin_qbittorrent_manager-0.1.5-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_qbittorrent_manager-0.1.5-py3-none-any.whl
- Upload date:
- Size: 15.5 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 |
dc8e3f092e11c53465ef7b821d41c3fbeb9007387071e562c05cc682de2d7fcb
|
|
| MD5 |
9a03098b7e06a3b9bf95be03d4d1667e
|
|
| BLAKE2b-256 |
b329d890fae082bccd31771a406871267ab5264d3becb1b3e5aadcd1501fe07b
|