Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 677 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 677 Bytes

QBitController

This is a simple CLI tool to control a qBittorrent client.

Usage

Usage: qbit_controller [OPTIONS] --username <username> --target-folder <target_folder> --action <action>

Options:
  -u, --url <url>                      qBittorrent Web UI URL
  -n, --username <username>            Username for qBittorrent Web UI
  -p, --password <password>            Password for qBittorrent Web UI
  -t, --target-folder <target_folder>  Target folder path for torrent downloads
  -a, --action <action>                Action to perform: pause or resume
  -h, --help                           Print help
  -V, --version                        Print version