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.
0.9.2
If the desired number of results <=20, take results from the first json, to avoid blocking captcha
0.9.1
In the realtime_trends function, the maximum number of results is increased to 200
0.8
Function realtime_trends - the maximum number of results increased to 64
0.7
Corrected description of the 'realtime_trends' function