
therefore, this is not strictly necessary # however, you may want to test the provided login credentials. Client ( ** conn_info ) # the Client will automatically acquire/maintain a logged-in state # in line with any request. Getting Started import qbittorrentapi # instantiate a Client using the appropriate WebUI configuration conn_info = dict ( host = "localhost", port = 8080, username = "admin", password = "adminadmin", ) qbt_client = qbittorrentapi.

Install via pip from PyPI python -m pip install qbittorrent-api

The entire qBittorrent Web API is implemented.

User Guide and API Reference available on Read the Docs. Python client implementation for qBittorrent Web APIĬurrently supports qBittorrent v4.5.4 (Web API v2.8.19) released on June 17, 2023.
