Helper program for adding torrents to a qBittorrent instance
Go to file
2024-12-21 21:01:28 -06:00
.gitignore Initial commit 2024-12-21 21:01:28 -06:00
LICENSE Initial commit 2024-12-21 21:01:28 -06:00
pyproject.toml Initial commit 2024-12-21 21:01:28 -06:00
qbt_helper.py Initial commit 2024-12-21 21:01:28 -06:00
README.md Initial commit 2024-12-21 21:01:28 -06:00
requirements.txt Initial commit 2024-12-21 21:01:28 -06:00

qbt-helper

This program helps me add torrents from URLs to a running qBittorrent instance.

Installation

pipx install qbt-helper

Usage

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