UCSB Women's Basketball 2025-26 analytics dashboard built with Streamlit.
Python (dashboard + data fetching):
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements/python.txtR (data fetching via wehoop):
Rscript requirements/r.RRun the R script to pull the latest season PBP data from wehoop:
Rscript ucsb_wbb_data.ROr use the Python script (requires the venv above):
python3 ucsb_wbb_data.pysource .venv/bin/activate
streamlit run app.pyPlay-by-play data via wehoop (R) / sportsdataverse (Python).