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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: