Sentiment analysis for live stream tweets, using Twitter4J, Stanford CoreNLP library, Spring Boot and ReactJs! More details on this blog post
Make sure to update to update application.yaml
file with the required keys that will allow you to authenticate correctly when calling the Twitter API to retrieve tweets. You probably need to create a Twitter developer account and create an application.
Start afterward the backend server using mvn spring-boot:run
and the frontend npm start
.