Discord Rich Presence for qBittorrent
Note that you need qBittorrent already launched before starting the rich presence.
• 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
See the license.
