Python script for scraping exam results
Code is all about scraping VTU examination results with the given parameters - Year, Branch, Sem, USN It takes the subject code also and fetches the results within the specified USN range and stores it in an excel sheet. The scraping involoves bs4 and selenium as it is an AJAX website.
Download and install the following modules:
1)Beautiful Soup - pip install bs4
2)selenium- pip install selenium
3)xlsxwriter- pip install xlsxwriter
Pranav Raikote