arkochhar

Results 2 issues of arkochhar

(googlescraper) C:\Users\arkoc\workspace\webenza_serp\GoogleScraper>pip install GoogleScraper Collecting GoogleScraper Using cached https://files.pythonhosted.org/packages/51/e5/c60b0f6cb72b7faeb38da5171331450ab84d90e87224b442fe77817c69b8/GoogleScraper-0.2.1.tar.gz Complete output from command python setup.py egg_info: running egg_info creating pip-egg-info\GoogleScraper.egg-info writing pip-egg-info\GoogleScraper.egg-info\PKG-INFO writing dependency_links to pip-egg-info\GoogleScraper.egg-info\dependency_links.txt writing entry points to...

Sample code that I changed to get this running of Linux server (with no GUI) ``` def _get_Chrome(self): try: #service_log_path = 'chromedriver.log' #service_args = ['--verbose'] chrome_ops = webdriver.ChromeOptions() chrome_ops.add_argument('--headless') chrome_ops.add_argument('--no-sandbox')...