Twitter Monitor to get filtered tweets and send it to Kafka server.
https://twittersentimentanalysis.github.io/Twitter-Monitor/javadoc/index.html
-
Clone this project to a local folder and go to root folder
git clone https://github.com/twittersentimentanalysis/Twitter-Monitor.git
-
Build the Spring Boot project with Maven
mvn clean install
-
Generate jar file to execute the project
mvn package
-
Run the project
mvn exec:java -Dexec.mainClass=TwitterMonitor