Closed ghost closed 3 years ago
This is my test code. It working with single keyword. Now i tried to make it with multiple keyword. It possible to do that? Example :
google_news = GNews(language='vi', country='Vietnam', period='1h', max_results=20) json_resp = google_news.get_news('Covid', 'Apple') print(json_resp)
Currently, Search on multiple keywords is not supported yet, will add this feature soon.
Thanks. Also how much the limit requests of this library per sec/min
10 queries per second (QPS) per IP address.
This is my test code. It working with single keyword. Now i tried to make it with multiple keyword. It possible to do that? Example :