Skip to content

pClub-gu/gitam-results-scraping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University-Results-scraping

Scraping results from Gitam University's public results page. Note: No authentication is needed.

PRE-REQ:

  • For GNU/Linux type environment : sudo apt-get install nodejs

  • For Windows environment : Open http://www.nodejs.org and Download the stuff !

How to Run :

Just open the repo and just execute the command

node app.js (or) nodejs app.js

Then open your browser and go to the localhost:3000 and your analytics will be up and running.

TODO:

  • Expand for all branches ( branches as in engineering )
  • Making the node app deployable just by executing the app
  • Support for other Db
  • Use cache for storing intermediate results ( a memcache on top of the express server)
  • Try and learn: Use redis workers to speed up download

About

Scraping results from gitam university

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.6%
  • HTML 25.0%
  • JavaScript 22.4%