bisguzar / twitter-scraper

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

Can not fetch Retweeted Tweet content created with "Retweet with a Comment" option #127

Closed DenizDalkilic10 closed 4 years ago

DenizDalkilic10 commented 4 years ago

Some tweets are retweeted by users using the "Retweet With Comment" option, and we need to access the text present in the retweeted tweet. The example for the mentioned tweets given as a screenshot below. It is not a regular retweet and it has its own unique tweet ID etc. Can you add a new field for tweets to retrieve these texts if they are present?

Ekran Alıntısı

bisguzar commented 4 years ago

url field also contains original tweet's url. Might be it be usefull. I'm dont have an plan to add this feature soon. If you create PR, I can merge it.