FRC Match Frequency uses thebluealliance api to request the amount of matches a team has had with what teams and how. It uses bokeh plots to graph all of this into a easy to read interactable plot.
Chrome = 126
Python >= 3.10
Download source
pip install -r requirements.txt
py plotter.py
Input a team number
Select match types to include
Input a range of years you want data from
Navigate to https://googlechromelabs.github.io/chrome-for-testing/ and download the version of chromedriver that matches your current browser version
Unzip the downloaded file and copy the files inside to the source directory, replacing the ones included
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.