Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1 KB

README.md

File metadata and controls

23 lines (15 loc) · 1 KB

GitHub code size in bytes GitHub commit activity GitHub Repo stars GitHub License

examyoinker

Simple python script that downloads INF.03 exam questions to JSON and SQlite3.

how it works?

It uses bs4 package to scrape the website, to get publicly available questions to the code-friendly format.

how to run it

  1. pip3 install -r requirements.txt
  2. python3 main.py

(pip3 as well as python3 might be named differently in your OS)

legal

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