Skip to content

fsaudm/Scrapping-with-Selenium

Repository files navigation

Requirements

You will need to have/install Chrome for testing (https://googlechromelabs.github.io/chrome-for-testing/), as it is required for this automation.

For this notebook to run properly, it is necesary to create a .env file and add:

  • usr: Illinois email you normally use to log in to UIUC
  • psw: Password for UIUC

** -or- ** hard-code these in the notebook (handle your credentials with caution).

Libraries needed:

  • selenium
  • python-dotenv

You can install these libraries in the notebook using pip install, or by running in the terminal:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published