Closed BenjaminIrwin closed 8 months ago
This is server sided , Thread is basically collection of individual Tweet , while Quoting Tweet you are quoting only one Tweet not whole thread , so in that case quoted_tweet
has that specific Tweet
only. To get threads you can use tweet_detail
.
Firstly, thanks for your amazing work. This library is fantastic.
My question: when a QuotedTweet is actually a thread (e.g. like this tweet, which quotes a thread), that QuotedTweet should surely be a SelfQuote? Instead that QuotedTweet is just a normal Tweet object, and as a result you can't programatically access the rest of the tweets in the quoted thread.
For a repeatable example: when I fetch the tweet above as part of app.get_tweets('username'), I get the following:
Is this a bug or deliberate or am I missing something?
Thanks