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

GNews.get_news_by_site(site) not working #99

Open
AnaBucchi opened this issue Jun 19, 2024 · 1 comment
Open

GNews.get_news_by_site(site) not working #99

AnaBucchi opened this issue Jun 19, 2024 · 1 comment

Comments

@AnaBucchi
Copy link

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 got this error: AttributeError: type object 'GNews' has no attribute 'get_news_by_site'

I fell I'm missing something, please help

@juraj-jursa
Copy link

You first want to instantiate an object of Class GNews as follows:

from gnews import GNews

google_news = GNews()
f = google_news.get_news_by_site('cnn.com')

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

2 participants