rtweet icon indicating copy to clipboard operation
rtweet copied to clipboard

Collecting replies to a tweet

Open mfuoli opened this issue 5 years ago • 5 comments

Hello!

I'm using rtweet for research purposes and find it incredibly useful. However, I haven't been able to figure out how to collect replies to a given tweet. Is there a straightforward way of doing so?

Thanks in advance for your help!

Matt

mfuoli avatar Oct 22 '19 13:10 mfuoli

Unfortunately there does not seem to be any mechanism in the Twitter API to accomplish this. See here. As far as I am aware, this is still true. The workarounds seem to be request-heavy and can get to be very expensive.

ConorIA avatar Nov 02 '19 16:11 ConorIA

Apparently, this will be possible in the revamped API, source: https://blog.twitter.com/developer/en_us/topics/tools/2020/introducing_new_twitter_api.html

  • A cleaner API that's easier to use, with new developer features like the ability to specify which fields get returned, or retrieve more Tweets from a conversation within the same response
  • Some of the most requested features that were missing from the API, including conversation threading, poll results in Tweets, pinned Tweets on profiles, spam filtering, and a more powerful stream filtering and search query language

This looks exciting, as I am really interested in visualizing twitter conversations.

tylerlittlefield avatar Jul 17 '20 23:07 tylerlittlefield

This looks very exciting! Any idea when it will be released or when it will be implemented into rtweet?

mfuoli avatar Jul 31 '20 15:07 mfuoli

No dates, on when the new API will be implemented on rtweet. Also at the moment it doesn't seem that this functionally is provided yet.

llrs avatar Feb 16 '21 22:02 llrs

Looks like this will need to wait on v2 support: https://developer.twitter.com/en/docs/twitter-api/conversation-id

hadley avatar Feb 28 '21 15:02 hadley