Used for displaying team information from the CyberPatriot competition's live scoreboard.
A terminal should produce an output such as this:
The Python modules Beautiful Soup 4
, Requests
, and Tabulate
are required to run.
If using pip, run the following:
pip install bs4
pip install requests
pip install tabulate
Configure Team IDs and ASK_QUESTIONS before launching.