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
{{ message }}
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.
Although the searchTwitter function allows you to specify time periods with the since/until arguments, the userTimeline function doesn't seem to allow this.
There is a "sinceID" field, but this requires you to know the ID of the tweet you'd like to use as the age reference.
Is there a way to specify dates using userTimeline, or is this an underlying limitation of the API?
The text was updated successfully, but these errors were encountered:
Got around this by doing a query for n posts, storing the last id, saving out a table and then querying based on this, but seems like a long way around....
Although the searchTwitter function allows you to specify time periods with the since/until arguments, the userTimeline function doesn't seem to allow this.
There is a "sinceID" field, but this requires you to know the ID of the tweet you'd like to use as the age reference.
Is there a way to specify dates using userTimeline, or is this an underlying limitation of the API?
The text was updated successfully, but these errors were encountered: