twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

Is there a way to download the tweet replies?

Open abaheti95 opened this issue 4 years ago • 1 comments

For some of the downloaded tweets I see number of replies greater than 0. How can I download these replies using twitterscraper?

abaheti95 avatar Mar 17 '20 15:03 abaheti95

One way to do it is to use the API filter "to:username" to get the replies of this user. Then you can select only the replies that have the "parent_tweet_id" equals the "tweet_id" you want the replies.

axnsantana avatar Apr 08 '20 23:04 axnsantana