theonedemon / deluge-webapi

Plugin for Deluge WebUI providing sane JSON API

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

IMORTANT: Plugin works Deluge beginning with 1.3.15 version

Installation

  1. Get plugin egg file, from [dist](dist/) folder.
  2. Open Deluge Web UI, go to "Preferences -> Plugins -> Install plugin" and choose egg file.
  3. Activate WebAPI plugin.

Note

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

Documentation

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

About

Plugin for Deluge WebUI providing sane JSON API

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%