taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.39k stars 579 forks source link

Is there a way to download the tweet replies? #274

Open abaheti95 opened 4 years ago

abaheti95 commented 4 years ago

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

axnsantana commented 4 years ago

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.