https://github.com/wfcd/warframe-deathlog
Parser and logger for EE.log events
https://github.com/wfcd/warframe-deathlog
Last synced: 10 months ago
JSON representation
Parser and logger for EE.log events
- Host: GitHub
- URL: https://github.com/wfcd/warframe-deathlog
- Owner: WFCD
- License: apache-2.0
- Created: 2018-11-04T03:45:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-07T04:59:17.000Z (10 months ago)
- Last Synced: 2025-08-13T16:05:53.705Z (10 months ago)
- Language: JavaScript
- Size: 204 KB
- Stars: 8
- Watchers: 7
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Warframe Deathlog Parser
[](https://github.com/WFCD "Supported by Warframe Community Developers")
Inspired by and designed after Semlar's [Death Log Parser](https://semlar.com/deathlog)
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](https://nodejs.org/dist/v11.1.0/node-v11.1.0-x64.msi)
- Clone this repo. If you don't have git installed, [install it](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- 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
```env
WEBHOOK_TOKEN=Discord webhook token
WEBHOOK_ID=Discord webhook id
```