Before start using it you can change its optional settings in app\settings.py
There are two options that you can change:
- OUTPUT_PATH: This is the path where your output file will be saved. The default is “output/.”
- DRIVER_EXECUTABLE_PATH: This is the path of the Chrome driver. Use it only when you have already installed the Chrome driver. By default, it is None, which means the scraper will automatically install the driver.
If you have a driver, give its relative path or absolute path.- If the automatic installation fails, download the driver from the Chrome Official Page and specify the driver path in
app/settings.py
. And then re-run the scraper.
- If the automatic installation fails, download the driver from the Chrome Official Page and specify the driver path in