https://github.com/thajiyev/frc-head-to-head-record
A website that lets you view the head-to-head record of 2 FRC teams. Built with Flask.
https://github.com/thajiyev/frc-head-to-head-record
first first-robotics-competition frc frc-scouting scouting
Last synced: 2 months ago
JSON representation
A website that lets you view the head-to-head record of 2 FRC teams. Built with Flask.
- Host: GitHub
- URL: https://github.com/thajiyev/frc-head-to-head-record
- Owner: THajiyev
- License: mit
- Created: 2022-07-05T01:39:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T15:15:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T23:51:09.796Z (3 months ago)
- Topics: first, first-robotics-competition, frc, frc-scouting, scouting
- Language: Python
- Homepage: http://thajiyev.pythonanywhere.com
- Size: 605 KB
- Stars: 23
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.python.org/) [](http://shields.io/) [](https://pypi.python.org/pypi/ansicolortags/)
# 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.
``` yaml
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