qbittorrent-client

1.1.0 • Public • Published

qBittorrent Client

Node.js client for qBittorrent

Requirements

At this time, this has only been tested with version 3.1.8 of the qbittorrent-nox release.

Installation

If you have the node package manager, npm, installed:

npm install --save qbittorrent-client

Getting Started

Examples below.

getTorrents

qBittorrent  = require('qbittorrent-client').API3
 
client = new qBittorrent
  username: 'admin'
  password: 'adminadmin'
  host: 'localhost'
  port: 8080
    
client.getTorrents (err, torrents) ->
  console.log err if err
  console.log torrents if torrents

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1
  • 1.0.0
    0
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i qbittorrent-client

Weekly Downloads

3

Version

1.1.0

License

none

Last publish

Collaborators

  • justmiles