SlayerOrnstein / warframe-deathlog

Parser and logger for EE.log events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warframe Deathlog Parser

Supported by Warframe Community Developers

Inspired by and designed after Semlar's Death Log Parser

By running npm start, you will start getting entries as changes appear in your EE.log, the Evolution Engine's log.

This is not in violation of any usage rules so far as I am aware, and if any member of Digital Extremes asks me to remove this repo, I will do so.

Getting started

  • Install node.js, since this is for a windows game, here's the installer for windows
  • Clone this repo. If you don't have git installed, install it
  • Run npm i in the cloned repository.
  • Run npm run start:cli for simplest usages.

Current options include

  • cli
  • webhook : Discord webhook

Depending on your preference, use npm run start:choice where choice is one of the above in code blocks.

Current events

  • Start
  • Death
  • Successful mission end (with credits, not entirely accurate)

Configuration

WEBHOOK_TOKEN=Discord webhook token
WEBHOOK_ID=Discord webhook id

About

Parser and logger for EE.log events

License:Apache License 2.0


Languages

Language:JavaScript 99.7%Language:Shell 0.3%