Twitter Sentiment Analysis Program Takes in a stream of tweets of a specific hashtag and performs sentiment analysis. Python, Tweepy, and multithreading to scrape tweets of a specific hashtag. SKLearn to perform NLP sentiment analysis on tweets. Utilizes Kafka and Zookeeper to manage the flow of analyzed tweets on multiple streams at once.