Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 677 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 677 Bytes

blitz-stats

Python tool to fetch, manage and exports stats for Wargaming's World of Tanks Blitz mobile game. Requires MongoDB as backend.

Status

Working and functional. Your mileage may vary :-)

Status and "roadmap"

Install

Assumes you have Python >= 3.11 installed

Create virtual environment

Optional

python3.11 -m venv .venv
source .venv/bin/activate

Install

pip install git+https://github.com/Jylpah/blitz-stats.git

Upgrade

pip install --upgrade git+https://github.com/Jylpah/blitz-stats.git

Usage

bs --help