Skip to content

Ruby library for the remote management of uTorrent clients.

License

Notifications You must be signed in to change notification settings

pjthulin/rutorrent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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