This script scrapes the semester results hosted on the delta server. The original site for checking results is here
- python 3
- requests
- bs4 (BeautifulSoup)
- PTable (PrettyTable)
- Download this whole repository
- Install the requirements given above
pip install -r requirements.txt
- Change your directory to the root folder
- Run the following command
python scrape_it.py -r <your_roll_number>
Enter your password in the hidden prompt and hit enter.
Also
python scrape_it.py -h
can be used to display the help message to use this script.
This is just a small side project done by me for fun. Please feel free to contribute to this and improve this repository if possible by sending pull requests.