Skip to content
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

get_user_tweets with tweet_type="Replies" seems to not work properly #67

Closed
multiplegamer9 opened this issue Apr 17, 2024 · 1 comment
Closed

Comments

@multiplegamer9
Copy link

multiplegamer9 commented Apr 17, 2024

imagen
these are the .in_reply_to 's of the get_user_tweets(tweet_type="Replies") of user @d1mden on twitter as of writing this (just an example)

SRoMJ18

and here is the reply page, as you can see there are a lot of replies by d1mden as of writing this, but none of them seem to be getting successfully fetched by twikit despite having "Replies" on

@Kimononono
Copy link

If you haven't found it yet,
tweet_obj._data['legacy'] gives you an incomplete version of the replied to tweet
tweet_obj._data['legacy']['id_str'] gives you the id

It was helpful inspecting tweet_obj.dict. Seems the variables defined in the Tweet class are extracted from _data for ease of top level access

@d60 d60 closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants