Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
/ rutorrent Public archive

Ruby library for the remote management of uTorrent clients.

License

Notifications You must be signed in to change notification settings

cbguder/rutorrent

Repository files navigation

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

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.

About

Ruby library for the remote management of uTorrent clients.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages