twit icon indicating copy to clipboard operation
twit copied to clipboard

error when searching tweet.text with includes()

Open Edmund1645 opened this issue 6 years ago • 1 comments

I'm trying to search tweets that come into the stream if they contain a specific username but I get an error: tweet.text.toLowerCase(...).inludes is not a function at StreamingAPIConnection.stream.on.tweet

i use it like this: if (tweet.text.toLowercase().includes('@username'){ // like tweets }

Edmund1645 avatar Jul 10 '19 22:07 Edmund1645

Can you show us how you setup your stream?

friaca avatar Aug 14 '19 15:08 friaca