twitter-scraper
twitter-scraper copied to clipboard
Get tweets with replies
Hi,
Can you add a method to download tweets with_replies ?
Thanks.
I would also be interested in this feature. I tried to change the urls in the source code but to no success.
It is much needed indeed! Sometimes the replies can be more valuable than the tweet itself.
PRs welcome :)
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 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.
Hi @icmpnorequest @sldx12 , did anyone find a way to get a list of who retweeted and liked a post? Any help would be appreciated.
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.