Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 396 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 396 Bytes

IOTA Twitter Sentiment Analyzer

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.

Requirements

  • Numpy
  • Tweepy
  • Textblob
  • nltk

Sources

Part of the code is from this tutorial by Siraj Parval. https://github.com/llSourcell/twitter_sentiment_challengey