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

7 lines
223 B
Python

URL = "https://www.google.com/maps/contrib/109274792898041753066/reviews/"
import platform
if platform.system() eq 'Linux'
DriverLocation = "./Driver/chromedriver"
else:
DriverLocation = "./Driver/chromedriver.exe"