Is there a way in the Twitter API to get the replies to a particular tweet? Thanks
POST statuses/update lets one "tweet" a status on Twitter. But when you want to add a reply the an existing twitter, you can set the in_reply_to_status_id to the tweet ID you want to reply to. The ID of an existing status that the update is in reply to.
Extract Replies to a Specific Tweet using Python and TweepyYou will want to have a Twitter Developer account and you will need to add your keys within the code. Navigate to where you downloaded your code, assuring you have Tweepy installed within the same environment. The replies will be in a .
Tap the compose icon. Pull down from the compose window and tap Continue Thread to Add to your last Tweet. Add content, and tap Tweet to add to your thread. To add a thread to an earlier Tweet, click to Select another Tweet.
Here is the procedure to get the replies for a tweets
[q="to:$tweeterusername", sinceId = $tweetId]
in_reply_to_status_id_str to $tweetid
is the replies for the post. If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With