Skip to content

xthebat/faceit-tournament-analyzer

Repository files navigation

faceit-tournament-analyzer

description

Simple script to gather players statistics for whole championship using faceit-api and awpy

before run

  1. Get your faceit application key: https://developers.faceit.com/

  2. Put it into JSON with name e.g. faceit.json in current directory and follow format:

{
  "apikey": "<key>",
  "demos_dir": "<path to directory to store .dem files and json cache files>"
}
  1. Get git submodule and python packages
git submodule update --init --recursive
python3 -m pip install -r requirements.txt
  1. Run like:
faceit-tournament-analyzer.py --config faceit.json <championship_id1> <championship_id2>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published