mirror of
https://codeberg.org/hyperreal/qbt-helper
synced 2025-01-18 16:43:44 +01:00
25 lines
448 B
Markdown
25 lines
448 B
Markdown
|
# qbt-helper
|
||
|
|
||
|
This program helps me add torrents from URLs to a running qBittorrent instance.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
``` shell
|
||
|
pipx install qbt-helper
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
``` shell
|
||
|
Usage:
|
||
|
qbt-helper (HOSTNAME) (USERNAME) (PASSWORD)
|
||
|
qbt-helper -h
|
||
|
|
||
|
Examples:
|
||
|
qbt-helper "localhost:8080" "admin" "adminadmin"
|
||
|
qbt-helper "https://cat.seedhost.eu/lol/qbittorrent" "lol" "meow"
|
||
|
|
||
|
Options:
|
||
|
-h, --help show this help message and exit
|
||
|
```
|