.gitignore | ||
index.js | ||
package-lock.json | ||
package.json | ||
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