An open API service indexing awesome lists of open source software.

https://github.com/atechguide/tweets-analysis

This project analyze tweets to draw insights e.g. popular Hashtag, sentiments etc
https://github.com/atechguide/tweets-analysis

project sbt scala spark-streaming

Last synced: 4 months ago
JSON representation

This project analyze tweets to draw insights e.g. popular Hashtag, sentiments etc

Awesome Lists containing this project

README

          

# Analyse Twitter Streams

This project performs the following analysis
- Analyzing average Tweet length
- Analyzing most popular Hashtag
- Performs Sentiment Analysis on Tweets
- Performs Sentiment Analysis on Covid Tweets

## Tech Stack
- Spark Streaming
- Scala
- sbt

## Set Up
- Create a checkpoint location `checkpoint`
- Create the file `twitter4j.properties` under `src/main/resources/` and populate it with Twitter Credentials.
- Refer to `twitter4j.properties_sample` for field names

# References
- This project is build as part of [rockthejvm.com spark-streaming](https://rockthejvm.com/p/spark-streaming) Course