Iceloof / GoogleNews

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

429 error #131

Closed Pyth3rEx closed 8 months ago

Pyth3rEx commented 8 months ago

So following my tests with this package, I'm getting 429 errors now. as expected google did not appreciate me spamming their network with requests (who would have thought right?)

I believe the implementation of a sleep parameter would be a nice feature to add!

HurinHu commented 8 months ago

It would be better to set sleep when you make requests with the library, not build in the function itself, sleep time may difference for users' needs