Scrapes results from the msrit results websites. You can view entire results by just specifying the parameters.
specifies the starting usn number. specifies the ending usn number. specifies the branch code. specifies the year of joining (part of USN)Our USN is like : 1MS(year)(branch)(usn number)
Branch codes are like CS,IS,EC,etc.
example url : scraper.php?year=13&branch=IS&start=1&end=100
This will fetch all the results for students enrolled in IS branch in 2013 with usn ranging from 1 to 100.
Feel free to improve!