diff --git a/google_trends.py b/google_trends.py index 1a407cd..aaeecd4 100644 --- a/google_trends.py +++ b/google_trends.py @@ -38,12 +38,11 @@ def daily_trends(date=None, country='US', language='en-US', timezone='-180'): def realtime_trends(country='US', category='all', language='en-US', num_results=20, timezone='-180'): ''' Google daily search trends - date = YYYYMMDD (example: 20210810) - trends on a given date, - interval: today - 30 days ago; country = 'US', 'RU', etc.; category = 'all' (all), 'b' (business), 'e' (entertainment), 'm' (health), 's' (sports), 't' (sci/tech), 'h' (top stories); language = 'en-US', 'ru-RU', etc.; + num_results = how many results to return, max num_results = 200; timezone = timezone offset, example: GMT-7 == -7*60 = '-420'. '''