Skip to content

Dreemurro/esoraider-server

Repository files navigation

ESO Raider — performance analysis tool

ESO Raider logo

ESO Raider is a performance analysis and suggestion tool to help you improve your Elder Scrolls Online raiding performance

Inspired by WoWAnalyzer and xivanalysis


esoraider-server

made-with-python Website eso-raider.onrender.com Support Server

Getting started

This quick guide assumes that you have Docker installed

Clone the repo

$ git clone https://github.com/Dreemurro/esoraider-server.git
$ cd esoraider-server

Create and populate .env file

The .env file should be inside source folder, where app.py is located

$ touch esoraider_server/.env

Get your CLIENT_ID and CLIENT_SECRET from ESO Logs API by creating a new client

# .env
CLIENT_ID=<YOUR_CLIENT_ID>
CLIENT_SECRET=<YOUR_CLIENT_SECRET>
DEBUG=True
SHOW_ERROR_DETAILS=True

Run server locally

$ docker-compose up

TODO

About

Backend of ESO Raider — performance analysis tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages