Skip to content

A website that lets you view the head-to-head record of 2 FRC teams. Built with Flask.

License

Notifications You must be signed in to change notification settings

THajiyev/FRC-Head-to-Head-Record

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

made-with-python Website shields.io PyPI license

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

About

A website that lets you view the head-to-head record of 2 FRC teams. Built with Flask.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published