xmpp-qbittorrent-bot/README.md

785 B

xmpp-qbittorrent-bot

Introduction

A bot designed for XMPP MUCs that queries a qbittorrent WebUI API.

Configuration

Copy config.conf.template to config.conf, and fill out the fields

Key Value
qb_jid JID that the bot should log into
qb_pass Password for the JID
qb_muc The MUC the bot should connect to
qb_nick The nickname in the MUC the bot should have
api_url The base url for the qbittorrent WebUI API
api_user The username for the qbittorrent WebUI account
api_pass The password for the qbittorrent WebUI account

Starting

Native

python3 bot.py

Docker/Podman

{docker,podman}-compose up