Hi,
I’m working on tweetmining. i use SEARCH, i want to ignore some quoted tweet based on same tweet.
ex. i’m using query = andi , say the results here :
@A : i am Andi
@B : i am B"@A : i am Andi"
@C : i am C “@B : i am B”@A : i am Andi""
So i just want to get tweet from A.
Is there property in SEARCH API to do that?or just using programming tech. in backend?
thanks in advance