Kickscraper is a tool to extract players scores from kickest platform.
The package is tested only with the following python versions:
- 3.7
- 3.8
Setup a venv:
python3 -m venv venvActivate it:
source venv/bin/activateInstall the package in editable mode:
pip install -e .Download data for player stats in the last game rounds in JSONL format:
kickeststats-download-data /tmp/players.jsonlNOTE: requires Chrome installed.