A python script to automate fetching data from the IPEDS database by scrapping its website
It has been tested to work with python2.
-
Make sure the Affordability Group database is running
-
Install dependencies
pip install -r requirements.txt
-
Run
python data_script.py [options]
to do stuff (most process for the script will require a connection to the database)
Run python data_script.py --help
to get usage information