Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.05 KB

🚀 Rocket League Gameplay Stats

Streamlit App Code style: black Imports: isort

Web app to allow users to retrieve their recent Rocket League game statistics and view radar charts comparing statistics between game wins and losses.

Relies on users having their game replays uploaded to ballchasing.com

app-screenshot

Running Locally

Install requirements:

pip install -r requirements.txt

Set environment variable for ballchasing API token:

export BC_API_TOKEN=<your-token>

For more information, see: https://ballchasing.com/doc/api#header-authentication.

Run the app:

streamlit run app.py