In my 4 years of college, my university never announced the result dates. This being the last year everyone is anxious as the results decide if we get to sit in campus placements.
To save time constantly manually check the Pune University results webpage for updates, i wrote a small selenium script that constantly checks the website for results. This script can be easily generalized to check for an update on any website.
The following script looks for a specific result on the webpage.
Here's a more generalised version that checks for any change in the webpage contents.
To save time constantly manually check the Pune University results webpage for updates, i wrote a small selenium script that constantly checks the website for results. This script can be easily generalized to check for an update on any website.
The following script looks for a specific result on the webpage.
Here's a more generalised version that checks for any change in the webpage contents.
Comments
Post a Comment