/nsu_faculty

This python script scraps data from ece.northsouth.edu and finds desired faculty's information

Primary LanguagePythonMIT LicenseMIT

nsu_faculty

Scraps data from ece.northsouth.edu and finds desired faculty's information.

python version required

3.x

Dependencies

  • requests
  • beautifulsoup4

Running on your machine

  • Clone the repo and cd into the directory.
  • Create a virtualenv named venv (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

License

MIT