Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T22:56:55.000Z (about 2 years ago)
- Last Synced: 2024-07-06T03:05:23.699Z (6 months ago)
- Topics: discord, qbittorrent, rich-presence, torrent
- Language: JavaScript
- Homepage: https://www.qbittorrent.org/
- Size: 61.5 KB
- Stars: 11
- 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
[![discord-rpc](https://img.shields.io/github/package-json/dependency-version/LockBlock-dev/qbittorrent-rp/discord-rpc)](https://www.npmjs.com/package/discord-rpc) [![qb-api-v2](https://img.shields.io/github/package-json/dependency-version/LockBlock-dev/qbittorrent-rp/qbittorrent-api-v2)](https://www.npmjs.com/package/qbittorrent-api-v2)
[![GitHub stars](https://img.shields.io/github/stars/LockBlock-dev/qbittorrent-rp.svg)](https://github.com/LockBlock-dev/qbittorrent-rp/stargazers)
Discord Rich Presence for [qBittorrent](https://www.qbittorrent.org/)
![Rich Presence preview](/preview.jpg)
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).