Simple python script that downloads INF.03 exam questions to JSON and SQlite3.
It uses bs4 package to scrape the website, to get publicly available questions to the code-friendly format.
pip3 install -r requirements.txt
python3 main.py
(pip3
as well as python3
might be named differently in your OS)
Questions are scraped from https://www.praktycznyegzamin.pl, they made a "pretty overlay" for publicly available data provided by Centralna Komisja Egzaminacyjna. All rights belongs to CKE.
If you're using my project, please do follow guidelines in LICENSE