Rishikant181 / Rettiwt-API

A CLI tool and an API for fetching data from Twitter for free!
https://rishikant181.github.io/Rettiwt-API/
MIT License
309 stars 31 forks source link

Get user retweets that aren't quote tweets #339

Closed vincanger closed 11 months ago

vincanger commented 11 months ago

with the recent changes, twitter.tweets.getTweets() does not return RT's from the user. Is there any method or way to fetch the tweets that they retweet?

Rishikant181 commented 11 months ago

Yes! You can set 'links' field of the tweet filter to true. This will fetch retweets along with normal tweets and replies.

vincanger commented 11 months ago

ah! it would be cool to update the comments to reflect that. I assumed links were only hyperlinks, although I guess RT's are displayed as links...

thanks