mirror of
https://github.com/timberjoegithub/GoogleScrape.git
synced 2026-07-22 00:19:48 +00:00
7 lines
224 B
Python
7 lines
224 B
Python
URL = "https://www.google.com/maps/contrib/109274792898041753066/reviews/"
|
|
|
|
import platform
|
|
if platform.system() is 'Linux':
|
|
DriverLocation = "./Driver/chromedriver"
|
|
else:
|
|
DriverLocation = "./Driver/chromedriver.exe" |