Skip to content

weebi/qbittorrent-rp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qBittorrent Rich Presence

d-r-p qb-api-v2

GitHub stars

Discord Rich Presence for qBittorrent

Rich Presence preview

Note that you need qBittorrent already launched before starting the rich presence.

How to use

• Download NPM and NodeJS

• Download the project or clone it

• Go to the qbittorrent-rp folder and do npm install

• Go to your qBittorrent settings and activate WEB UI

• Set the ip, port, username and password

• Edit the config :

host: {
    ip:"127.0.0.1",
    port:"4000"
},
//ip and port for the web API
user: "username",
//username for the web API
password: "password",
//password for the web API

• Run it by doing node index.js

Copyright

See the license.

Languages

  • JavaScript 100.0%