linvi / tweetinvi

Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
MIT License
1k stars 220 forks source link

Get user tweets by time period #1214

Open LaurelineA opened 1 year ago

LaurelineA commented 1 year ago

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!