Skip to content

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

License

Notifications You must be signed in to change notification settings

NSU-ACM-SC/nsu_faculty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages