C# library to work with the qBittorrent WebUI API.
This library is largely untested. The official qBittorrent WebUI API documentation might be helpfull.
qBittorrentSharp.API.Initialize("http://192.168.1.100:8080"); // Initialize
bool? LogInSuccessful = await qBittorrentSharp.API.Login("username", "password"); // Login
await qBittorrentSharp.API.PauseAll(); // Run some method
- qBittorrent - A BitTorrent client
- Json.NET - Popular high-performance JSON framework for .NET