twitter-scraper
twitter-scraper copied to clipboard
get replies for a given tweet
Is it possible to get a replies for a given tweet id?
It would be awesome if it is possible to specify a count
parameter for the number of replies.
To do this is not as easy as it seems, conversations have a tree structure with dynamic loading of discussion threads - you can’t return this with a flat list... And to do something that is more advanced, I have no resources, sorry..