trevorhobenshield / twitter-api-client

Implementation of X/Twitter v1, v2, and GraphQL APIs
https://pypi.org/project/twitter-api-client
MIT License
1.56k stars 207 forks source link

how to get replies given a tweet id? #219

Closed singhdan2002 closed 4 months ago

singhdan2002 commented 4 months ago

Hi I have the original tweet data now I need the replies to it is there any way how to achieve that in this repo?

hypotyposis commented 4 months ago

got the same question here. the tweet_details API returns multi entries like this, each contains a reply, but it just returns a small part of the replies, don't know how to get full replies yet.

trevorhobenshield commented 4 months ago

Thanks for the question.

That's interesting, tweets_details is indeed the correct method. It shouldn't be returning truncated replies. I'll have a look.