You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the issue, it seems to be related to an IP problem. How can I overcome this?
P.S. I'm scraping articles for a year's time period.
I already tried the 'pip install certifi' one, it didn't work.
The text was updated successfully, but these errors were encountered:
i have similar error and unable to run the example as well
from gnews import GNews
google_news = GNews()
pakistan_news = google_news.get_news('Pakistan')
print(pakistan_news[0])
Traceback (most recent call last):
File "", line 1, in
IndexError: list index out of range
Same issue here, its like its just cut off the tap, I was getting fewer and fewer articles and now just zero. The strange thing is , is that if I say day back I'll get a few but if I ask for an hour back I get none! Does anyone have a solution, Time critical as this is Realtime analytics.
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 the issue, it seems to be related to an IP problem. How can I overcome this?
P.S. I'm scraping articles for a year's time period.
I already tried the 'pip install certifi' one, it didn't work.
The text was updated successfully, but these errors were encountered: