All Projects → idlesign → Deluge Webapi

idlesign / Deluge Webapi

Licence: bsd-3-clause
Plugin for Deluge WebUI providing sane JSON API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deluge Webapi

arch-deluge
Docker build script for Arch Linux base with Deluge
Stars: ✭ 12 (-86.67%)
Mutual labels:  torrents, deluge
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (-64.44%)
Mutual labels:  torrents, deluge
deluge-updatorr
Deluge plugin for automatic torrents updates
Stars: ✭ 19 (-78.89%)
Mutual labels:  torrents, deluge
Arch Delugevpn
Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
Stars: ✭ 404 (+348.89%)
Mutual labels:  deluge, torrents
Node Sdk
An official module for interacting with the top.gg API
Stars: ✭ 90 (+0%)
Mutual labels:  api
Shst
强智教务API & 山科小站
Stars: ✭ 89 (-1.11%)
Mutual labels:  api
Japidocs
A magical api documentation generator without annotation for springboot.
Stars: ✭ 1,289 (+1332.22%)
Mutual labels:  api
Nervsys
A very slight PHP framework, very easy to use and integrate.
Stars: ✭ 88 (-2.22%)
Mutual labels:  api
Packagist Api
The easiest way to work with the packagist API
Stars: ✭ 90 (+0%)
Mutual labels:  api
Run
⚡The resource runtime
Stars: ✭ 90 (+0%)
Mutual labels:  api
Carbon Api
Unofficial API for generating beautiful images of your source code using Carbon.
Stars: ✭ 89 (-1.11%)
Mutual labels:  api
Omnetpp primer
OMNeT++的仿真手册
Stars: ✭ 89 (-1.11%)
Mutual labels:  api
Libceed
CEED Library: Code for Efficient Extensible Discretizations
Stars: ✭ 90 (+0%)
Mutual labels:  api
Graphql Portal
Configurable and distributed GraphQL Gateway. Convert your legacy data sources or monitor your existing GraphQL Services with a visual dashboard.
Stars: ✭ 88 (-2.22%)
Mutual labels:  api
Go Tgbot
Golang telegram bot API wrapper, session-based router and middleware
Stars: ✭ 90 (+0%)
Mutual labels:  api
Bashflix
Streaming of Movies and Series on Mac and Linux
Stars: ✭ 88 (-2.22%)
Mutual labels:  torrents
Laravel Prefixed Ids
Friendly prefixed IDs for Laravel models
Stars: ✭ 88 (-2.22%)
Mutual labels:  api
Easylogin
Login effortlessly with different social networks like Facebook, Twitter or Google Plus
Stars: ✭ 90 (+0%)
Mutual labels:  api
Bdapi
[bd] Api add-on for XenForo
Stars: ✭ 89 (-1.11%)
Mutual labels:  api
Goapitutorial
📚 Building and Testing a REST API in GoLang using Gorilla Mux and MySQL
Stars: ✭ 89 (-1.11%)
Mutual labels:  api

deluge-webapi

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

.. image:: https://img.shields.io/pypi/v/deluge-webapi.svg :target: https://pypi.python.org/pypi/deluge-webapi

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/

.. 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

Installation

  1. Get plugin egg file, from dist/ (https://github.com/idlesign/deluge-webapi/tree/master/dist) directory.

  2. Open Deluge Web UI, go to "Preferences -> Plugins -> Install plugin" and choose egg file.

  3. Activate WebAPI plugin.

  4. 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.

Documentation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].