https://github.com/LockBlock-dev/qbittorrent-rp
Discord Rich Presence for qBittorrent
https://github.com/LockBlock-dev/qbittorrent-rp
discord qbittorrent rich-presence torrent
Last synced: 20 days ago
JSON representation
Discord Rich Presence for qBittorrent
- Host: GitHub
- URL: https://github.com/LockBlock-dev/qbittorrent-rp
- Owner: LockBlock-dev
- License: mit
- Created: 2021-06-19T14:41:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T22:56:55.000Z (over 2 years ago)
- Last Synced: 2025-03-25T03:34:52.896Z (26 days ago)
- Topics: discord, qbittorrent, rich-presence, torrent
- Language: JavaScript
- Homepage: https://www.qbittorrent.org/
- Size: 61.5 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-discord-activities - qBittorrent Rich Presence - Discord Rich Presence for [qBittorrent](https://www.qbittorrent.org) (Other)
README
# qBittorrent Rich Presence
[](https://www.npmjs.com/package/discord-rpc) [](https://www.npmjs.com/package/qbittorrent-api-v2)
[](https://github.com/LockBlock-dev/qbittorrent-rp/stargazers)
Discord Rich Presence for [qBittorrent](https://www.qbittorrent.org/)

Note that you need qBittorrent already launched before starting the rich presence.
## How to use
• Download [NPM](https://www.npmjs.com/get-npm) and [NodeJS](https://nodejs.org)
• 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 :
```js
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](/LICENSE).