Project

rutorrent

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
RUTorrent is a Ruby library for the remote management of uTorrent clients via the Web UI API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

~> 1.5.1
~> 1.4.4
 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¶ ↑

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.