Tweet Tracker is a simple project that extracts tweets on a given topic, cleans them, performs sentiment analysis, and visualizes the results. It uses tools like TextBlob and VADER for analyzing sentiment, and matplotlib for plotting.
- Scrape tweets using
snscrape(no API key required) - Clean and preprocess tweet text
- Analyze sentiment using TextBlob and VADER
- Visualize sentiment distribution
- Export results to CSV/Excel