Scraps data from ece.northsouth.edu and finds desired faculty's information.
3.x
requests
beautifulsoup4
- Clone the repo and
cd
into the directory. - Create a
virtualenv
namedvenv
(install via pip) and activate it
# macOS and Linux
source venv/bin/activate
\venv\Scripts\activate
- Then install the
requirements
pip install -r requirements.txt
- Run using
python nsu_faculty.py
MIT