Skip to content

teug91/qBittorrentSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qBittorrentSharp

C# library to work with the qBittorrent WebUI API.

This library is largely untested. The official qBittorrent WebUI API documentation might be helpfull.

How to use it

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

Credit

  • qBittorrent - A BitTorrent client
  • Json.NET - Popular high-performance JSON framework for .NET

About

C# library to work with the qBittorrent WebUI API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages