Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.37 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.37 KB

CUET (UG) - 2024 - Data Scraper

Fetches list of university programmes (along with the eligibility criterias) from all the universities listed on the CUET (UG) - 2024 Website, into a CSV file. Data updated as of 12th Mar 12.30p IST can be found here.

image

The extracted list can be used to shortlist the options by setting filters in a CSV reader such as Microsoft Excel.

image

The list of programmes is evolving and changes almost daily. To see the delta differences between any two days compare the exported files using a file diff tool such as WinMerge. The differences show up as follows:

image

Tools used: .Net 6.0 Console Application, HTTPClient, HtmlAgilityPack, Fizzler, CSVHelper. To edit or execute: Download the source code and open using Microsoft Visual Studio Community 2022 To view the latest export: Download the CSV file from the link given above.