Skip to content

For people who want to go for MS can use the website/code to fetch the data from GradCafe. It will give you rough estimation of the student intake with a given GRE score

License

Notifications You must be signed in to change notification settings

sumansaurabh/ms-gre-data-scraper

Repository files navigation

GradCafe GRE data scraper

  1. Use the URL: https://ms-scraper.herokuapp.com/

How to Get Started

  1. clone this repo

  2. install all the necessary packages (best done inside of a virtual environment)

pip install -r requirements.txt

  1. run the app

python runserver.py

  1. create and seed the db (the server must still be running, so open a new terminal window first)

python manage.py create_db && python manage.py seed_db --seedfile 'data/db_items.json'

  1. check out your blog

http://localhost:5000/

  1. if you like this project, give it a star :)

About

For people who want to go for MS can use the website/code to fetch the data from GradCafe. It will give you rough estimation of the student intake with a given GRE score

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published