Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 297 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 297 Bytes

Twitter-Sentiment-Analysis

Sentiment analysis in python by analyzing tweets about any topic to see how positive or negative the emotion is.

Tweepy is used to communicate with twitter and use its api. Textblob is used for natural language processing. Matplotlib is used for data visualization.