https://github.com/idlesign/deluge-webapi
Plugin for Deluge WebUI providing sane JSON API.
Exposes some sane JSON API through Deluge WebUI (missing out of the box or restyled) so that you can manipulate Deluge from your programs using HTTP requests.
Supported methods:
get_torrents
add_torrent
(magnet or file)remove_torrent
get_api_version
Deluge is a lightweight, Free Software, cross-platform BitTorrent client. Download it at http://deluge-torrent.org/
Note
Use egg version 0.4.0 or higher for Deluge 2
Note
Use egg version 0.3.2 or lower for Deluge 1.x
- Get plugin egg file, from
dist/
(https://github.com/idlesign/deluge-webapi/tree/master/dist) directory. - Open Deluge Web UI, go to "Preferences -> Plugins -> Install plugin" and choose egg file.
- Activate
WebAPI
plugin. - In case you use Client-Server setup, you'll need to install the plugin both on client and server, see - https://dev.deluge-torrent.org/wiki/Plugins#Client-ServerSetups
Note
To build .egg file from source code yourself use python setup.py bdist_egg
command in source code directory.