node qbittorrent api v2:围绕qBittorrent的Web API v2的包装程序用于从Node管理您的种子文件。 有记录的一切 源码
描述 围绕进行包装,以管理来自Node的种子。 有记录的一切。 Web API v2适用于qBittorrent的4.1+版本,对于qBittorrent v3.2.0-v4.0.4,请检查软件包。 安装 npm install qbittorrent-api-v2 例子 const api = require ( 'qbittorrent-api-v2' ) api . connect ( 'http://localhost:8080' , 'admin' , 'your_password' ) . then ( qbt => { qbt . torrents ( ) . then ( torrents => { console . log ( torrents ) } ) . catch ( err => { console . error (
下载地址
用户评论