0.0.9 • Published 2 years ago

wtorrent-rtorrent v0.0.9

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

wTorrent - rTorrent

Wrapper for rTorrent.

This package is used for wrap generic methods for wTorrent

If you want complete wrapper for Transmission, use https://www.npmjs.com/package/xmlrpc and follow documentation on https://github.com/rakshasa/rtorrent/wiki/RPC-Setup-XMLRPC

Usage

const wRtorrent = require('wtorrent-rtorrent');

const client = wRtorrent({
  host: '127.0.0.1', // required
  port: 80, // required
  endpoint: '/RPC2', // optional, default /RPC2
  user: 'admin', // optional, default null
  password: 'admin', // optional, default null
});

const torrents = await client.get();
const torrent = await client.getOne('TORRENT_HASH');
0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago