This repository contains the code that will be used to scrape the result from NITH website and the database.
Just git clone and execute.
For any queries/doubts/help join the chatroom at:
If you want to run the the php files on the localhost, import the dumpfile into your mysql.
$ mysql -u username -p database_name < dumpfile.sql
PRs accepted.