From 24b60237c2561f07329ad2cc74e9c3a432349ebe Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Fri, 11 Sep 2020 00:11:46 +0100 Subject: [PATCH] Add list of unnoficial WebAPI clients --- List-of-unnoficial-WebAPI-clients.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 List-of-unnoficial-WebAPI-clients.md diff --git a/List-of-unnoficial-WebAPI-clients.md b/List-of-unnoficial-WebAPI-clients.md new file mode 100644 index 0000000..242b1d3 --- /dev/null +++ b/List-of-unnoficial-WebAPI-clients.md @@ -0,0 +1,21 @@ +# Information + +**Note:** issues with alternate WebAPI clients should be reported in their respective repositories. + +A non-exhaustive list of alternate **non** Web-based FOSS WebAPI clients developed for qBittorrent by the community. They are provided on a best-effort basis as a community initiative and not officially supported. Some of them might be might implement the full API, while others might not. Not to be confused with alternate WebUIs, which are just alternate Web-based WebAPI clients. + +If you know of more, feel free to add a link to the repository along with a short description. + +--- + +- https://github.com/rmartin16/qbittorrent-api + + Python client implementation for qBittorrent's WebAPI + +- https://github.com/lgallard/qBittorrent-Controller + + Android app for managing qBittorrent remotely via its WebAPI + +- https://github.com/Conan1996-2/qBitorrent-WebUI-API + + VB .NET code to access qBitorrent's WebAPI \ No newline at end of file