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