bisguzar / twitter-scraper

Scrape the Twitter Frontend API without authentication.
MIT License
3.88k stars 600 forks source link

Get tweets with replies #111

Open arunnane opened 4 years ago

arunnane commented 4 years ago

Hi,

Can you add a method to download tweets with_replies ?

Thanks.

arete06 commented 4 years ago

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

ghost commented 4 years ago

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

bisguzar commented 4 years ago

PRs welcome :)

icmpnorequest commented 4 years ago

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.

arete06 commented 4 years ago

@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.

ChristinaOkoutsidou commented 3 years ago

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

BradKML commented 3 years ago

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.