1.0.0 • Published 7 years ago

ruget v1.0.0

Weekly downloads
15
License
MIT
Repository
-
Last release
7 years ago

ruget

Command line tool to interact with a remote ruTorrent server.

NOTE: Nearly all API calls used in this program were reverse engineered due to the lack of documentation for ruTorrent. Use of this program assumes you accept these risks.

Installation

Grab from NPM:

sudo npm install -g ruget

OR

git clone https://github.com/hash-bang/ruget.git
npm install
sudo ln -s $PWD/ruget /usr/bin/ruget

Then copy the .ruget.json file into your home directory.

Example uses

# Get help
ruget --help

# List all files on server
ruget -l

# List only files in the 'Seeding' tag matching 'Foo*'
ruget -l -t seeding Foo*

# Download files in the 'Seeding' tag matching 'Foo*' and change the tag to 'Downloaded'
ruget -t seeding -m 'Downloaded' Foo*

# Download all completed files
ruget -c

# List all files with a ratio of at least 10
ruget -r 10

# Download files matching 'Foo*' in size order
rtget -s size Foo*
1.0.0

7 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago