-
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. …
-
### LeetCode Username
c4tdog
### Problem Number, Title, and Link
https://leetcode.com/problems/invalid-tweets-ii/
### Bug Category
Missing test case *(Incorrect/Inefficient Code getting…
-
Hi all I am facing the following issue:
I am executing the following code:
```
visited = set()
tweets = app.search("mcdonalds", pages=30, wait_time=8)
logging.info(f"Extracted {len(tweets)} t…
-
### LeetCode Username
abhishek_banerjee
### Problem Number, Title, and Link
https://leetcode.com/problems/invalid-tweets
### Bug Category
Missing test case *(Incorrect/Inefficient Code getting ac…
-
The bot I developed for automatically replying to tweets on Twitter appears to work correctly from a technical standpoint, but I’ve encountered an issue with tweet visibility. The tweets posted by the…
-
How I can get a user last 10 tweets? is there any way?
-
## Describe the bug
Tweets starting with "RT:" are not detected as retweets
## Steps to reproduce
I'm not sure how I used to retweet in 2009 before retweeting was standardized, but half of my r…
-
-
The sentiment analysis of tweets is a rewarding project that not only helps you learn essential machine learning and NLP skills but also has significant real-world implications. Whether you’re interes…
-
& and > are improperly escaped in imported tweets, i.e., appear as \& and \>
For many examples, search for `&` here (25 `&` are escaped, 6 are not): https://bsky.app/profile/twitterarch…