A collection of crawlers used by the app. These are for static websites (like the website that holds teacher information). These websites are updated less frequently, so it's fine if the scripts are run manually once in a while and the data is pushed to firebase.
It's recommended to use virtualenv. If you have a virtualenv setup, skip this step.
virtualenv acs-upb-mobile-crawlers-env
Activate the virtual env (more info)
pip install -r requirements
python prof_info_scraper.py
Python 3.6+