/deluge-json-ruby

A library that uses JSON web ui calls to interact with the deluged daemon.

Primary LanguageRubyMIT LicenseMIT

Deluge Web UI Library

Build Status Coverage Status Code Climate

This library interacts with the JSON based web ui calls to automate interaction with the deluged daemon.

Usage

gem install deluge

deluge = Deluge.new('http://my-deluge-host:1234/json')
deluge.login('password')

NB: Ensure you remember to add the '/json' to your hostname!

Credits

Heavily based upon the deluge-ruby project by Mikael Wikman. His project is an alternative that makes RPC calls on the daemon directly.