Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 763 Bytes

File metadata and controls

30 lines (22 loc) · 763 Bytes

you will need Python3 and Pip3 is installed on your machine.

next download this repo

Set up the dependencies Mac

  • python3 -m venv env
  • source env/bin/activate
  • pip3 install -r requirements.txt

Windows

  • python3 -m venv env
  • env\Scripts\activate
  • pip3 install -r requirements.txt

install chrome webdriver

Running code from the command line

  • python3 main.py

Reference video with walk through https://www.youtube.com/watch?v=NB8OceGZGjA