MaelKubli / RTwitterV2

R functions for Twitter's v2 API
MIT License
46 stars 6 forks source link

Option to exclude retweets #8

Closed ast-code closed 2 years ago

ast-code commented 2 years ago

Thank you for the wonderful package! I really appreciate your hard work.

One thing: Could you add an option to exclude retweets (API "is:retweet")? The majority of tweets pulled are usually retweets. This would help to download "original" tweets of users.

ast-code commented 2 years ago

Found it. Adding "-is:retweet" to the search query does the trick.