twint icon indicating copy to clipboard operation
twint copied to clipboard

[Question] Is it Possible to get retweets of tweet?

Open TheAverageProgrammar opened this issue 3 years ago • 1 comments

I have searched a lot but could not find how to get retweets of a tweet. Is it possible using twint? if yes how can i do it?

TheAverageProgrammar avatar Mar 18 '22 14:03 TheAverageProgrammar

You can use the field "quote_url" that contains the link to the original post. Extract from it the username and the id of the post and make another call to Twint based on that username, then filter the posts by post id

GrecMihai avatar Mar 25 '22 13:03 GrecMihai