Filter retweets using the twitter API

2

I'm doing a search tool using the twitter API to get tweets. However, I have a problem related to retweets, with every search I make, more than half of the results are retweets. Is there a way I can filter retweets without using '-RT' while fetching? (even with the -RT I still get several retweets that do not contain it)

My search tool is in php and the lib I'm using is TwitterOAuth.

    
asked by anonymous 28.08.2015 / 15:07

0 answers