Repo containing run history data for vmService, and other streamers (with permissions). And the associated code used to generate the reports.
TL;DR: If you are only looking for the run history data, see Data sets.
Otherwise, you can use the code provided to generate similar reports on your own run history files.
- 200 run rotating sample
- Lose all gold for max HP sample
- 50 games of Bad Silent
- panacea108 Ironclad Sample
- Robit (50 Defect runs)
- Python 3.10
- Run history plus (might work without, untested)
# Create a Python virtual environment (only needed to do this once)
python -m venv venv
# Activate the venv (need to do every time)
source ./venv/bin/activate
# Install dependencies (only need to to this once)
pip install -U pip
pip install poetry
poetry install
# View Program help text (optional)
python analyze/analyze.py --help
# Example usage
python analyze/analyze.py <path to run history folder> <path to results output folder>