Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cbguder/rutorrent

Ruby library for the remote management of uTorrent clients.
https://github.com/cbguder/rutorrent

Last synced: about 2 months ago
JSON representation

Ruby library for the remote management of uTorrent clients.

Awesome Lists containing this project

README

        

= RUTorrent

RUTorrent is a Ruby library for the remote management of µTorrent clients via
the Web UI API.

== Installation

gem install rutorrent

== Synopsis

require 'rutorrent'

s = RUTorrent::Server.new('127.0.0.1', 6881, 'username', 'password')
t = s.torrents[0]
puts t.name

Produces:

ubuntu-10.10-desktop-i386.iso

== Documentation

http://rdoc.info/github/cbguder/rutorrent/master/frames

== Caveat emptor

As the version number implies, RUTorrent is undocumented and untested.
Specifically, only read-only methods have been tested with µTorrent 2.2.1. Use
it at your own risk.