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

Hello, I'm using this package for my project, and when I try to scrape data, after some time, I notice that I'm not getting any articles at all. Upon investigating...

I can't retrieve any results when using the Pakistan example in the Readme. Same for any other keywords.

Some packages like pymongo breaks the existing fastapi(latest dependencies) project.

On my local machine, `.get_news` works perfectly well, with and without a proxy. However, on Google Cloud (for example GC Run), it returns no results every time. Is there some...

Hello! I'd like to extract a specific topic from a specific link. These can be done differently, but not together. Would it be possible to do that?

Running ``` google_news = GNews(period = "1d") results = google_news.get_news("russia") ``` gives results such as ``` [{'title': "Russia Is Gaining Influence in Africa, at West's Expense - Foreign Policy", 'description':...

I'd like to submit some PRs for the documentation, but...its in an RST file and uses a mixture of markdown and RST. Surprisingly, Github seems to mostly parse it ok....

Hello, how exactly are articles ranked in the response object? For queries without a specified date range it looks like they are ranked by Google's "relevancy" score. Is this also...

Hello everyone, I'm trying to make a little program for my father and I have to turn it into a .exe. The thing is, when I exec my code in...

When calling get_full_article() only the partial text is retrieved. How would one retrieve the complete articles?