Skip to content

Plugin for Deluge WebUI providing sane JSON API

License

Notifications You must be signed in to change notification settings

cas--/deluge-webapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deluge-webapi

https://github.com/idlesign/deluge-webapi

https://landscape.io/github/idlesign/deluge-webapi/master/landscape.svg?style=plastic

Description

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 https://deluge-torrent.org/

Installation

  1. Get plugin egg file, e.g. deluge_webapi-0.1.0-py2.7.egg.
  2. IMORTANT: rename it - strip deluge_ from its name, e.g. webapi-0.1.0-py2.7.egg.
  3. Open Deluge Web UI, go to "Preferences -> Plugins -> Install plugin" and choose webapi-0.1.0-py2.7.egg file.
  4. Activate webapi plugin.

Note

To build .egg file from source code yourself use python setup.py bdist_egg command in source code directory.

Documentation

https://deluge-webapi.readthedocs.org/

About

Plugin for Deluge WebUI providing sane JSON API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%