Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 561 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 561 Bytes

CyberPatriot Scoreboard Scraper

Used for displaying team information from the CyberPatriot competition's live scoreboard.

Example

A terminal should produce an output such as this: A preview of the scoreboard

Getting Running

The Python modules Beautiful Soup 4, Requests, and Tabulate are required to run.

If using pip, run the following:

pip install -r requirements.txt

Configure Team IDs and ASK_QUESTIONS before launching.