twitterscraper
twitterscraper copied to clipboard
Is there a way to download the tweet replies?
For some of the downloaded tweets I see number of replies greater than 0. How can I download these replies using twitterscraper?
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.