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

Get user tweets by time period #1214

Open
LaurelineA opened this issue Jun 8, 2023 · 0 comments
Open

Get user tweets by time period #1214

LaurelineA opened this issue Jun 8, 2023 · 0 comments

Comments

@LaurelineA
Copy link

Hello,

I haven't manage to find how to get the tweets of a specific user in a specific time period, as Twitter API allows it here (with start_time and end_time parameters): https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-tweets

I only managed to get user tweets with the "GetUserTimelineAsync" method, and to get tweets in a specific time period with the "SearchTweetsAsync" and "Since" and "Until" parameters, but not both of them together.
Is it possible to do that with this library?

Thank you!

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

2 participants
@LaurelineA and others