Scraps data from ece.northsouth.edu and finds desired faculty's information.
3.x
requestsbeautifulsoup4
- Clone the repo and
cdinto the directory. - Create a
virtualenvnamedvenv(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.pyMIT