Group 15's group project code of 1101 Python程式設計與應用
See requirements.txt
Suggested to run pip install -r requirements.txt
before running main.py
ChromeDriver were used in here. You can download it from here
How to check your Chrome's version (English / 中文)
-
Download the correct version of ChromeDriver
-
Unzip, put the
.exe
file into thewebdriver/
directory -
Edit the ChromeDriver path in
config.py
if necessary
Any Chrome extensions can be added to the web driver
Follow the stucture of given example in chrome_extensions/
directory should work