Simple node.js script that logs updates on your Deluge server to Discord.
 
Go to file
Jan 595590b3a3 code 2021-01-16 00:38:28 +01:00
.gitignore init commit 2021-01-16 00:21:39 +01:00
README.md i hate markdown 2021-01-16 00:22:42 +01:00
index.js code 2021-01-16 00:38:28 +01:00
package-lock.json init commit 2021-01-16 00:21:39 +01:00
package.json init commit 2021-01-16 00:21:39 +01:00

README.md

Deluge Discord Webhook

Simple node.js script that logs updates on your Deluge server to Discord.

Setup

Run npm install to install dependencies.

Create a file called .env and add your credentials like this:

URL=http://localhost:8112
PASS=password
WH_ID=123456789012345678
WH_TOKEN=long-ass-token

URL is your Deluge WebUI address and port, PASS is your WebUI password. WH_ID and WH_TOKEN are your webhook ID/token.

Run with node . or using pm2