This website will allow you to view the head-to-head record of 2 FRC teams based on the data available on The Blue Alliance.
First, go to keys.yaml and add an authentication key(X-TBA-Auth-Key). It will be used to pull data from The Blue Alliance.
auth: your-key
Then to run the website, type in the following command in the terminal.
python main.py
Flask
pip install Flask
Requests
pip install requests
PyYAML
pip install PyYAML
Matplotlib
pip install matplotlib
Note: Installing Matplotlib automatically installs Pillow. But if you face any issues with the installation of Pillow, install it using the command below.
pip install Pillow
MIT