GetOldTweets3
GetOldTweets3 copied to clipboard
[Question] How to get also retweets of an username
I'm trying to get also the retweets from a given username and not just its tweets. If I looked well at the code, this feature is not present at the moment.
In order to implement a TweetManager.getRetweets
method, I'm wondering
if it's possible via the endpoint you're using:
https://twitter.com/i/search/timeline
Is there a param that allows this? Thank you