Wednesday 3 August 2016

MGU-BOT

MGU-BOT

Hi all.. its been a long time since the last post. Sorry for the delay.. But now here I come up with a splendid bot which can do a lot of scraping magics.. This bot was used to scrape data from our university website where they publish results. There was no any way to get multiple results or batch wise examination results from the site. So I made a bot for that. What this bot actually does is, it just go to the website and get the result of one person and store it in a database. Then it goes for another and result and the same process continued till the loop ends. Then I analyzed the collected data and presented in a beautiful way. And you can see what I have done with that data here. Also you can download the source file of my bot from github.

[Note: Now this code can't be used to scrape data from the given url as they changed the structure of html document. This code can be used as a reference only]