Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nonebot-plugin-qbittorrent-manager

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nonebot-plugin-qbittorrent-manager

qbittorrent管理器

  • 0.2.4.0
  • PyPI
  • Socket score

Maintainers
1

NoneBotPluginText

nonebot-plugin-qbittorrent-manager

✨ qbittorrent管理器 ✨

license pypi python

📖 介绍

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_urlqb的url"http://127.0.0.1:8080"
qbm_username用户名称"username"
qbm_password用户密码"password"
qbm_enable_user[]有使用权限的用户,默认响应所有用户的操作["12345"]
qbm_send_textfalse禁用绘图,只发送文本true
qbm_basepath"./qbittorrent_manager/"插件数据存放文件夹"./qbittorrent_manager/"

🎉 使用

指令表

  • ✅: 支持
  • 🚧: 部分支持或正在完善
  • 🗓️️: 计划中
指令说明需要at功能实现图形界面
qb帮助指令列表🗓️
qb下载下载文件✅️🗓️
qb列表目前的任务列表✅️🗓️
qb删除删除指定任务✅️🗓️
qb修改修改分类、标签、文件夹🗓️🗓️

说明

qb下载、qb列表、qb删除 可带参数执行

可选参数:

tag, t: 标签
path, path, p: 下载的路径
category, c: 分类
state:

/qb下载 -tag 视频 xxx  # 将url的内容下载并添加tag[视频]

效果图

[图片.jpg]

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc