SocialMediaSentiment Getting started Prerequisites Client ID and Client Secret to the REDDIT API (steps to get those) Install dependencies pip install -r requirements.txt Authenticate to the Reddit API Copy this example file and fill in the placeholders for CLIENT_ID and CLIENT_SECRET. Running the application python -m streamlit run src/main.py