options = webdriver.ChromeOptions()
options.add_argument('--user-agent=Mozilla/5.0 ')
browser = webdriver.Chrome(chrome_options=options)
team = 'new york'
date='now%201-d'
url='https://www.google.ie/trends/explore#q='+team+'&date='+date
browser.get(url)
code to open google trends
i try to use selenium to search on google trends.After a few times, i got "You have reached your quota limit. Please try again later." is it possible to fix it ?
Aucun commentaire:
Enregistrer un commentaire