Skip to content

Releases: deedy5/google_trends

v1.1

10 Nov 07:04
4da3bc2
Compare
Choose a tag to compare

Update headers

v1.0

03 Sep 19:22
7f8f9b3
Compare
Choose a tag to compare

Each id was loaded in a separate json, which could lead to IP blocking, so now:

  1. added cache to eliminate unnecessary repeated requests,
  2. additional requests are formed by 20 ids in a single request,
  3. requests now use the session to use cookies.

v0.9.2

03 Sep 09:44
ed1c776
Compare
Choose a tag to compare

If the desired number of results <=20, take results from the first json, to avoid blocking captcha

v0.9.1

01 Sep 07:57
6240d48
Compare
Choose a tag to compare

In the realtime_trends function, the maximum number of results is increased to 200

v0.8

30 Aug 19:45
375b73b
Compare
Choose a tag to compare

Function realtime_trends - the maximum number of results increased to 64

v0.7

11 Aug 15:56
f9f3d1d
Compare
Choose a tag to compare

Corrected description of the 'realtime_trends' function

v0.6

11 Aug 15:33
b76618b
Compare
Choose a tag to compare
  1. Function 'gtrends' is renamed to 'daily_trends',
  2. the 'realtime_trends' function has been added.

v0.5

05 May 20:38
473e226
Compare
Choose a tag to compare
Update google_trends.py

v0.4

05 May 08:10
8f1c10d
Compare
Choose a tag to compare
Update google_trends.py

v0.3

05 May 08:08
a977bfe
Compare
Choose a tag to compare

Upload to pypi.org