qBittorrent notify when torrents complete
Only run on qBittorrent v4.1+
go build
./qbittorrent-notify -botToken=your_token -chatID=your_chat_id -qbHost=your_qb_host -qbUsername=your_qb_username -qbPassword=your_qb_password
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
Download docker-compose.yaml file, and run with docker-compose in same dir.
docker-compose up -d
How can i get telegram bot chat id?
Follow this link