An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Warframe Deathlog Parser

[![Supported by Warframe Community Developers](https://warframestat.us/wfcd.png)](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
```