A simple twitter sentiment analyzer that lets you check tweets about the crypocurrency IOTA. It calculates all the sentiments of the tweets and computes for the average polarity.
- Numpy
- Tweepy
- Textblob
- nltk
Part of the code is from this tutorial by Siraj Parval. https://github.com/llSourcell/twitter_sentiment_challengey