Page 1 of 1

Documentation for the Deluge Python API

Posted: Tue Apr 29, 2025 7:36 am
by otis9293
I don't know if I'm just completely blind, but I can't find the documentation for the Python API. The only page I can find is this: https://deluge-torrent.org/development/uiclient/

But where is the reference page for all the possible functions/callbacks I can use as a client that wishes to interact with the Deluge daemon?

Thanks!

Re: Documentation for the Deluge Python API

Posted: Tue May 06, 2025 10:44 pm
by mhertz
The official docs for rpc api, has in latest versions on readthedocs site an issue where lists only the actual rpc implementation under the rpc api section, instead of the user-friendly rpc api, like as under the web api section. So need check under an older working version i.e. 2.0.5 here: https://deluge.readthedocs.io/en/deluge ... e/api.html

Source code is very helpful too of-course.

Sorry late btw.