Scraping the university and the details from CUASHI
- Install and Activate the virtual environment.
python -m venv .venv
.\.venv\Scripts\activate- Install the necessary python package from
requirement.txt.
pip install -r .\requirements.txt- Run python script from scraper.py.