-
https://github.com/GeneralMills/pytrends/blob/master/pytrends/pyGTrends.py#L196
I think the regexes don't encompass all possible options, for example I get this error:
`ValueError: val=3d printer dt…
-
In trying to get related entities it looks like Google is not using the same method of get requests in the pytrend API. It's using the URL:
https://www.google.com/trends/api/widgetdata/relatedsearche…
-
Hi, when I was trying to call trend(payload) function on over 45 different pairs of keywords, the program keeps return "You have reached your quota limit. Please try again later." JSON response after …
-
Thanks for updating the code and now the connector works. However it seems like the request_report automated link doesn't works.
When I use the example payload = {'q': ['Pizza, Italian, Spaghetti, …
-
Hi,
trying to connect raises an error for me:
```
----> 8 connector = pyGTrends(google_username, google_password)
9
10 # make request
/home/cs/anaconda3/lib/python3.5/site-packages/pytr…
-
Hi,
I am getting the following errors as of recently
```
Traceback (most recent call last):
File "..", line 32, in
connector = pyGTrends(google_username, google_password)
File "/Library/Pyt…
-
With both Python 3.5.1 and 2.7.11 on OSX, `example.py` returns an error as follows:
```
connector = pyGTrends(google_username, google_password)
File "/usr/local/lib/python2.7/site-packages/pytr…
-
https://github.com/dreyco676/pytrends
HQHAN updated
8 years ago
-
There might be a possible bug in parseJSON function. https://github.com/pat310/google-trends-api/blob/master/src/resources/htmlParser.js#L38
1. When querying with multiple keywords, the data returned …
-
I have been using this python script for long now... suddenly today this script stopped working. I am getting 400 Bad Request error and now able to download any Google Trend CSV file from the script..…