NyaliaLui / PAL

Your personal analyzer for the sc2 ladder.
GNU General Public License v3.0
0 stars 0 forks source link

PAL

Your Personal Analyzer for the SC2 Ladder (PAL).

Desktop Client

Install dependencies with pip install -r requirements.txt To run cli: python pal_scli.py --sc2name <sc2 player to collect on> -n <check replay folder every n seconds> path/to/replay/folder

To run GUI: python pal.py

Web APP

Install dependencies with: npm install To run: node app.js from repo home directory In browser, navigate to localhost:3000