twitter-scraper icon indicating copy to clipboard operation
twitter-scraper copied to clipboard

Get tweets with replies

Open arunnane opened this issue 4 years ago • 7 comments

Hi,

Can you add a method to download tweets with_replies ?

Thanks.

arunnane avatar Mar 11 '20 13:03 arunnane

I would also be interested in this feature. I tried to change the urls in the source code but to no success.

arete06 avatar Apr 23 '20 19:04 arete06

It is much needed indeed! Sometimes the replies can be more valuable than the tweet itself.

ghost avatar May 14 '20 21:05 ghost

PRs welcome :)

bisguzar avatar May 30 '20 21:05 bisguzar

Besides getting the replies of a certain tweet, the like list and retweet list (who likes and who retweets) are also needed. Looking forward for that.

icmpnorequest avatar Jun 04 '20 02:06 icmpnorequest

@icmpnorequest it shouldn't be that hard. Assuming the script is using the https://twitter.com/[username] url, it is only needed to change it to /[username]/with_replies, /[username]/media or /[username]/likes

Problem is, I can't find the url in order to change it.

arete06 avatar Jun 04 '20 13:06 arete06

Hi @icmpnorequest @sldx12 , did anyone find a way to get a list of who retweeted and liked a post? Any help would be appreciated.

ChristinaOkoutsidou avatar Mar 23 '21 10:03 ChristinaOkoutsidou

Is it possible to check https://github.com/taspinar/twitterscraper for this feature? It is noted in the ReadME that they supports it, however it seemed the repo went quiet.

BradKML avatar Apr 14 '21 09:04 BradKML