Files
GoogleScrape/env.py
T
2024-02-19 19:06:03 -05:00

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"