-
Getting error while calling client.get_news()
python3.6/site-packages/gnewsclient/gnewsclient.py", line 136, in scrape_feed
article['link'] = entry.link['href'].split('&url=')[1]
IndexError…
-
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 - For…
-
I just started to use your library but i have a problem with full article
```
from gnews import GNews
google_news = GNews(language='fr', country='FR', period='1d',max_results=2)
pakistan_news …
-
It would be very good, if Tusky would only show important parts of URLs, especially if the URL is long.
![Screenshot_20221121_194957_com keylesspalace tusky](https://user-images.githubusercontent.c…
-
### Description
We are noticing that the Google News App (iOS) does NOT call our auth / pingback service endpoints and existing users have to click the login button on every article to bypass. Have…
-
Hi,
I noticed `gnews/utils/constants.py` defined TOPICS = ["WORLD", "NATION", "BUSINESS", "TECHNOLOGY", "ENTERTAINMENT", "SPORTS", "SCIENCE", "HEALTH"]. This does not match the available topics fro…
-
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 suggestion I have is in reference to the fo…
-
I can't retrieve any results when using the Pakistan example in the Readme. Same for any other keywords.
-
Hello,
I tried importing a Keras model saved in h5 format with the Model.load_keras API, but I got the following error:
Unknown layer: KerasLayer
Which obviously refers to the tensorflow-hub la…
-
I'm going through the tfhub-recipes example [here](https://github.com/rstudio/tfhub/blob/master/vignettes/examples/recipes.R). However, after running the basic example, I tried to add in hyperparamter…