Replies: 1 comment 11 replies
-
Hey @CDeas9 , adding the filter rules and opening the stream are two different methods.
To add rules, you can check |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently trying to switch from https://github.com/twitter/hbc and I'm having some trouble doing everything that could be done in there. The main 3 things are searching with a query, keeping the stream open and adding tweets to a queue as it searches. I think I have two of the three with this code.
In the IAPIEventListenerImpl I have
to catch the tweets. The one thing I cant figure out is how to use a query. I see you can in
searchAllTweets
, but that doesnt stay open. Is there a way to combine those somehow?This is the code I am trying to replace if that's helpful.
Beta Was this translation helpful? Give feedback.
All reactions