Skip to content

jsthope/pkmeta

Repository files navigation

mostly vibecoded ._. zZz

Pkmeta

Various statistics on the current showdown meta :)

Data source

Replay data used to build the database comes from:

Use the parquet files from that dataset (for example in a local data/ folder) to generate stats.sqlite.

Build the database

Install dependencies:

pip install -r requirements.txt

Generate the SQLite database from parquet files:

python3 tools/build_stats.py --data_dir data --out stats.sqlite

Run the app

python3 app.py --db stats.sqlite --host 127.0.0.1 --port 8000

Then open http://127.0.0.1:8000.

Contributing

Contributions are welcome. If you want to improve the project, feel free to open an issue or submit a pull request.

About

Resources

Stars

Watchers

Forks

Contributors