abhisrn1986 / TwitterDataPipeline

The project comprises a real-time tweets data pipeline, a sentimental analysis of the tweets module, and a Slack bot to post the tweets' sentiments. The project uses SentimentIntensityAnalyzer from the VaderSentiment library. The analyzer gives positive, negative, and compound scores for small texts (such as tweets in this case). The real-time data pipeline flow is as follows: 1.Tweets are collected and stored in a database. 2.The sentiment of the tweets is analyzed. 3.The tweet sentiment is posted on a Slack channel using a Slack bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abhisrn1986/TwitterDataPipeline Stargazers