FRC-Head-to-Head-Record
FRC-Head-to-Head-Record copied to clipboard
A website that lets you view the head-to-head record of 2 FRC teams. Built with Flask.
FRC Head-to-Head Record
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.
Set up
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
Dependencies
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
License
MIT