The Reddit Sentiment Trend Analysis project aims to analyze and visualize sentiment trends related to political figures on Reddit. This project utilizes sentiment analysis techniques to evaluate sentiments towards Kamala Harris and Donald Trump across various subreddits and plots the sentiment trends and correlation matrices.
- Clone the repository.
- Run
pip3 install -r requirements.txt
. - Get your credentials from Reddit and add them to
credentials.py
. - Edit
config.py
. - Run
python main.py
.