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 will try to fix this and submit a PR, but to start talking about the issue, I'm documenting it here.
On Twitter, it looks like a thread with replies, I don't know how exactly they are posted, but maybe by some third party social media service, but it's a couple of tweets linked to each other as a "conversation". They appear on timeline, they indeed are a couple of tweets which are very much necessary returning as the output of get_latest_timeline because they can be seen on the site and are integral part of the feed. There is a line on the left of the tweets in the "Following" timeline view indicating that they are grouped together.
In the debugger, it looks like this:
The entries that start with home-conversation are completely ignored and never returned by get_latest_timeline. When you look at the data, the tweets themselves are embedded in a single entry, multiple tweets per conversation, with all the data for each tweets embedded into it. I believe (and hope) they are formatted the same as other entries just part of that conversation element.
I wish to unpack those tweets and return them as well.
Thanks
The text was updated successfully, but these errors were encountered:
ruizie
pushed a commit
to ruizie/twikit
that referenced
this issue
Mar 25, 2025
Hello!
I will try to fix this and submit a PR, but to start talking about the issue, I'm documenting it here.
On Twitter, it looks like a thread with replies, I don't know how exactly they are posted, but maybe by some third party social media service, but it's a couple of tweets linked to each other as a "conversation". They appear on timeline, they indeed are a couple of tweets which are very much necessary returning as the output of
get_latest_timeline
because they can be seen on the site and are integral part of the feed. There is a line on the left of the tweets in the "Following" timeline view indicating that they are grouped together.In the debugger, it looks like this:
The entries that start with home-conversation are completely ignored and never returned by get_latest_timeline. When you look at the data, the tweets themselves are embedded in a single entry, multiple tweets per conversation, with all the data for each tweets embedded into it. I believe (and hope) they are formatted the same as other entries just part of that conversation element.
I wish to unpack those tweets and return them as well.
Thanks
The text was updated successfully, but these errors were encountered: