Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 538 Bytes

File metadata and controls

16 lines (9 loc) · 538 Bytes

IPEDS-API

A python script to automate fetching data from the IPEDS database by scrapping its website

It has been tested to work with python2.

Usage (with College Affordability Group Website)

  1. Make sure the Affordability Group database is running

  2. Install dependencies pip install -r requirements.txt

  3. Run python data_script.py [options] to do stuff (most process for the script will require a connection to the database)

Usage (with just data_script.py)

Run python data_script.py --help to get usage information