Forked from https://github.com/MattCopenhaver/zkill-to-slack
Post kills from Zkillboard's RedisQ to Discord
- Updated from Crest to ESI formatted kills
- Clone the repo
git clone https://github.com/phoenixbones/zkill-to-discord.git
. - Navigate into the cloned directory
cd zkill-to-discord
. npm install
.- Update the configuration file specific to your needs (see Config and Environment Variables).
node node/index.js
This will run infinitely until it is stopped or fails.
- There are very rarely failures due malformed or irregular Zkill data, so if you are running this on a server indefinitely, consider running this using a node process manager such as pm2.
- queueID: A unique identifier for your Zkill RedisQ, so that you do not get duplicate or miss kills.
- discordHookID: The Discord Webhook ID.
- discordHookToken: The Discord Webhook Token.
- Info on how to make a Discord webhook can be found here: Intro to Discord Webhooks
- corpID: The corporation name for which you would like to be notified of kills.
- allianceID: The alliance name for which you would like to be notified of kills.