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

Hi, Below is the code provided, but I cant seem to set the date range ![image](https://user-images.githubusercontent.com/98269427/178152613-eda60666-b23c-4d07-a6ef-70c47c136ee6.png)

First off, thanks for creating and releasing this very helpful Package, it saved me a lot of time from coding it on my own for my quick project. The only...

hi Ranahaani please can you explain in detail . so how can we get more than 100 urls. I change the parameters of GNews(max result =10000) but it doesnt work...

enhancement

I using GNews `get_full_article()` function to extract the `top_image` from the `Article`. However, when I run this on my production server it throws me the below error: `ERROR: Article `download()`...

Hi, I use GNews a lot and lately I've been having some trouble with it.. The code I use is: google_news.get_news("News I want to get"). Normally I get several hundred...

Thanks for writing this package! It's been helpful. This PR relaxes the constraints on requests and bs4, as these conflict with other packages and it doesn't seem that there are...

I'm having some trouble installing this package together with other packages without dependencies of other packages. GNews depends on `requests==2.26.0`. This is a very strict version requirement. Is this really...

current url in get_news method's return dict is orig google redirect url, it takes time for fetching the full article, added a simple method to get the final url. it...