Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Questions] Hello author. Is possible to make Gnews get news from multiple topics? #6

Closed
ghost opened this issue Jun 18, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 18, 2021

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)
@ranahaani
Copy link
Owner

Currently, Search on multiple keywords is not supported yet, will add this feature soon.

@ghost
Copy link
Author

ghost commented Jun 21, 2021

Thanks. Also how much the limit requests of this library per sec/min

@ranahaani
Copy link
Owner

10 queries per second (QPS) per IP address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant