kotartemiy / pygooglenews

If Google News had a Python library
https://newscatcherapi.com
MIT License
1.26k stars 134 forks source link

Suggestion: argument to specify number of returned articles #1

Closed Dan-Treacher closed 4 years ago

Dan-Treacher commented 4 years ago

Hi there

I've just started using your pygooglenews library - it works nicely :)

I was wondering whether it's possible for an extra argument to be added to the function arguments to specify the number of returned news articles? Currently it's limited to 100 - I don't know whether that's a limit imposed by google or not...

No worries if it's not feasible.

D

kotartemiy commented 4 years ago

It is limited by Google's RSS.

Unfortunately, there is no way to return more than that.