Mottl / GetOldTweets3

A Python 3 library and a corresponding command line utility for accessing old tweets
MIT License
367 stars 126 forks source link

Replies to certain tweets #84

Open AbdullaRifai opened 4 years ago

AbdullaRifai commented 4 years ago

Hello, first of all thank you for this unique tool that solves the issues with twarc, tweepy. I was just wondering if anyone knows how to get replies to tweets with the given id. (Any ideas/Libraries I can turn to to implement that inside GetOldTweets3 would be really appreciated!)

Thank you in advance.

Edit: I realize that the person who raised an issue before me asked for a similar feature (But mine is concerned with getting replies to a tweet rather than a username)

ivanovishado commented 4 years ago

Hi, @AbdullaRifai! Did you discover how to do this? Also, can you add the question label to this issue? Maybe that way it'll get more attention.

@Mottl could you help with this?

anubhavagar commented 4 years ago

@Mottl appreciate if you could help with how to get replies to tweets with the given id, thanks