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 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:
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: