This program get real time tweets that contains a given keyword.
View the Project on GitHub juandes/TwitterTweets-SparkStreaming
This program get real time tweets that contains a given keyword. Made with Spark (Spark Streaming) and written in Scala.
This program requires 5 parameters to be sent via the command line.
./bin/spark-submit --class KeywordTweets /path/to/KeywordTweets.jar <twitter Consumer Key> <twitter Consumer Secret> <twitter Access Token> <twitter Access Secret> <keyword to search>
This work include code licensed under the Apache License, 2.0. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
The code taken is from the official Apache Spark repository: link