Iceloof / GoogleNews

Script for GoogleNews
https://pypi.org/project/GoogleNews/
MIT License
316 stars 88 forks source link

Documentation requeseted #1

Closed deviirmr closed 4 years ago

deviirmr commented 4 years ago

Hi, Do I need to set the google API key? I was trying and it returning null only. Let me know what other details you might need.

deviirmr commented 4 years ago

Ok its working, Actually, I miss the .results() function at the end.

    googlenews = GoogleNews()
    googlenews.search('dam')
    googlenews.getpage(5)
    news = googlenews.result()

Thank you for the libraray