You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Takes student first and last names and uses the Student Directory to ensure they are registered students. This project uses puppeteer to simulate a browser, it would be much more useful/efficient to perform HTTP Requests.
Takes a list of student names and ensures they are students at NKU
Setup
Run npm install in the root directory of this project.
Run node scraper.js USERNAME PASSWORD OR create a credentials.txt file and run node scraper.js
About
Takes student first and last names and uses the Student Directory to ensure they are registered students. This project uses puppeteer to simulate a browser, it would be much more useful/efficient to perform HTTP Requests.