Skip to content

MaT1g3R/Slay-the-Spire-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slay the Spire run data

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.

Data sets

How to use on your own run history files

Requirements

Instructions

# 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>

Releases

No releases published

Packages

No packages published

Languages