Skip to content

phoenixbones/zkill-to-discord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zkill-to-discord

Forked from https://github.com/MattCopenhaver/zkill-to-slack

Post kills from Zkillboard's RedisQ to Discord

  • Updated from Crest to ESI formatted kills

example post

Setup using your own server or computer:

  1. Clone the repo git clone https://github.com/phoenixbones/zkill-to-discord.git.
  2. Navigate into the cloned directory cd zkill-to-discord.
  3. npm install.
  4. Update the configuration file specific to your needs (see Config and Environment Variables).
  5. 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.

Config and Environment Variables:

  • 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.
  • 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.

Donations Accepted using in-game ISK to STK Scientific

About

Post kills from Zkillboard's RedisQ to Discord

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%