Skip to content

shindesimantini6/Sentiment-Analysis-for-Reddit-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sentiment-Analysis-for-Reddit-messages

Build a dockerised data pipeline to extract Reddit messages via Reddit API, load these into Mongodb and transform them to conduct sentiment analysis with Python package VaderSentiment, and load these sentiments and messages in Postgres and send them to the desired channel via a Slack bot.

Requirements

  • Python 3.8 and above
  • Docker
  • Postgres
  • pandas
  • pymongo
  • sqlalchemy
  • vaderSentiment
  • seaborn
  • matplotlib
  • slack_cleaner2

Usage

  • In the terminal run the command docker-compose build to build images and containers
  • Run docker-compose up to run the functionality in the code.
  • If the container and images need to be deleted, run docker-compose down

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published