Closed anthonycorbacho closed 6 years ago
Hi, If I set TwitterAgent.sources.Twitter.keywords = the actual implementation will still try to use twitterStream.filter() instead of twitterStream.sample(). The if/else statement is here to fix this little problem.
TwitterAgent.sources.Twitter.keywords =
twitterStream.filter()
twitterStream.sample()
Hi, If I set
TwitterAgent.sources.Twitter.keywords =
the actual implementation will still try to usetwitterStream.filter()
instead oftwitterStream.sample()
. The if/else statement is here to fix this little problem.