-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
How can I prioritize fetching the most recent tweets first #244
Comments
You can't, just fetch certain amount and manually check them. |
@yuhai5237 Not Found |
Maybe this will help (I'm shooting in the dark a little bit here)
|
I am using user_tweets = await client.get_user_tweets('XXXXX') to retrieve tweet information, but it returns older tweets first. I would like to prioritize returning the most recently created tweets. How can I achieve this?
The text was updated successfully, but these errors were encountered: