- clone this repository
- make sure chrome webdriver is installed properly
If you would like to use the chromedriver.exe I added in this repo, just call
self.driver = webdriver.Chrome(options=options, executable_path="./")
- create a virtual environment and use
requirements.txt
to feed the dependencies viapip install -r requirements.txt
- run the script in your console via
python -i example.py
- in the interactive console window, enter
run()