In stream API I am using following way.
client.stream(‘statuses/filter’, {
track: “epl,football,laliga,fa”
}
I am getting expected response.
But I also want to restrict the tweets which contains some vulgar words like (fu*k,a**).
Is any options available?