Tweet Sentiment Analyzer
Web app where users can view the sentiment value of a twitter search.
Created custom API endpoint in Python using Sanic for retrieving tweets and applying a VADER sentiment
analysis on the data.
Built with: Javascript React Python