This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Description
Currently, you need to have Chromedriver in your path to run the script. I would like to integrate a webdriver manager, possibly this one, to make this easier to operate. This will download Chromedriver for a user that doesn't have it.
The reason this is an issue in the first place is because Chromedriver, like other web driver, is a binary file and is dependent on the OS and Chrome version.
Alternatively, this also works with Geckodriver, and since Google Scraping isn't browser dependent, Geckodriver should be a fallback option.