I’m working with TweetStream gem in ruby and would like to know if there is a way to use
TweetStream::Client.new.track('key1', 'key2')
And track tweets with only BOTH keywords in them?
The normal use tracks Tweets with either one in them.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to Twitter Stream Api docs, you have to send a single search phrase (your 2 terms, separated by space):