Skip to content

SXD390/result-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

result-scraper

Python script for scraping exam results

About

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.

Pre-requisites

Download and install the following modules:
1)Beautiful Soup - pip install bs4
2)selenium- pip install selenium
3)xlsxwriter- pip install xlsxwriter

Author

Pranav Raikote

About

Python script for scraping exam results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%