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

Bypass 100 Article Max Limit using Hour Time Intervals #103

Open
ManiacUrgency opened this issue Oct 10, 2024 · 0 comments
Open

Bypass 100 Article Max Limit using Hour Time Intervals #103

ManiacUrgency opened this issue Oct 10, 2024 · 0 comments

Comments

@ManiacUrgency
Copy link

I am trying to find ways to retrieve more than 100 articles per day (ideally < 1000 articles a day).

One solution may be to split the day into time intervals by hour where a critical amount of articles get published, then for each hour retrieve 100 articles. However, the "start_time" and "end_time" parameters only accept year, month, and day and does not accept hours, minutes, and seconds.

Querying articles by hour, minutes, and seconds is possible because these times are published and can be retrieved (GNews api that you have to pay for does this). Is there any way to query by hour?

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

1 participant