adevjoe / qbittorrent-notify

qBittorrent notify when torrents complete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qBittorrent notify

GitHub Workflow Status Docker Pulls Docker Image Version (latest by semver) Docker Image Size (latest by date)

qBittorrent notify when torrents complete

Only run on qBittorrent v4.1+

Usage

Binary

go build
./qbittorrent-notify -botToken=your_token -chatID=your_chat_id -qbHost=your_qb_host -qbUsername=your_qb_username -qbPassword=your_qb_password

Docker

docker run -d --restart=always \
    -e BOT_TOKEN=your_token \
    -e CHAT_ID=your_chat_id \
    -e QBITTORRENT_HOST=your_qb_host \
    -e QBITTORRENT_USERNAME=your_qb_username \
    -e QBITTORRENT_PASSWORD=your_qb_password \
    adevjoe/qbittorrent-notify:latest

Docker compose

Download docker-compose.yaml file, and run with docker-compose in same dir.

docker-compose up -d

Telegram Bot

How can i get telegram bot chat id?

Follow this link

About

qBittorrent notify when torrents complete

License:MIT License


Languages

Language:Go 95.4%Language:Dockerfile 4.6%