New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

qbittorrent-client

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qbittorrent-client

Node.js client for GotoAssist Service Desk

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-92.86%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 23 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc