GNews icon indicating copy to clipboard operation
GNews copied to clipboard

A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.

Results 35 GNews issues
Sort by recently updated
recently updated
newest added

I removed the check on the specific dnspython version as version 2 is out since a while. For instance, it conflicts when I try to use together with fastapi, receiving...

When trying to use get_news() with the sample code, I've either been getting an empty response or this error message: 06/19/2024 05:45:59 PM - HTTPSConnectionPool(host='news.google.com', port=443): Max retries exceeded with...

I'm trying to use Gnews to find news about AI in a particular media, but I get an error when I use the function. ``` from gnews import GNews GNews.get_news_by_site("cnn.com")...

I have been using the Python Gnews package to access news about AI. I would like these news to be only from media of a specific country (Chile). However, I...