Note: it's recommended to use a Python virtual environment (python -m venv .venv). Activate with .venv/Scripts/activate (Windows) or source .venv/bin/activate.
- Clone this repo.
- Install required libraries with
pip install -r requirements.txt. - Copy
torn_stats/config-sample.pytotorn_stats/config.pyand update. - Run with
flask --app torn_stats:app run - Access from http://localhost:5000.