Scrapes results from the International Collegiate Programming Competition.
Plots school results to compare progression of teams over multiple years.
Supports user expressions to select data points.
Note that currently only the ECNA region is supported. More support will be added soon :)
- numpy
- matplotlib
- beautifulsoup4
Make sure you have all of the dependencies listed above.
Run the following in an empty directory:
python main.py- Enter
helpat any point for more information - Press enter without typing anything to select a default option
- Past configurations are stored in a human editable format under
choices/ - Working Offline? Scraped pages are stored locally in
pages/
~~ Have fun! ~~

