Skip to content

adisingh1992/Ignou-Results-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignou-Results-Scraper

Result Scraping Using Python

I created this script to scrape results from the university's website for my classsmates and myself. Searching for our friends results one by one is a very cumbersome process so i created this script which: => Traverses through the website. => Takes screenshots of results. => Creates a pdf using these images. => Performs cleanup.

THE SCRIPT IS DEPENDENT ON PYTHON SPLINTER, MAKE SURE YOU HAVE IT BEFORE RUNNING