Skip to content

Commit 4ff84b7

Browse files
Update README.md
1 parent 4be325f commit 4ff84b7

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Twitter-Sentiment-Analysis
2-
Analyze how People are Reacting to any Certain Event by Analyzing their Tweets.
2+
### Complete text and video based [tutorial link](http://www.letscodepro.com/Twitter-Sentiment-Analysis/)
3+
4+
# Overview
5+
This script can tell you the sentiments of people regarding to any events happening in the world by analyzing tweets related to that event. It will search for tweets about any topic and analyze each tweet to see how positive or negative it's emotion is.
6+
7+
![alt text](http://www.letscodepro.com/wp-content/uploads/2017/09/TwitterSentimentAnalysis.png)
8+
9+
10+
# Dependencies
11+
* Python 3.x
12+
* tweepy
13+
* textblob
14+
* matplotlib
15+
16+
use [pip](https://pypi.python.org/pypi/pip) to install any missing dependecies.
317

4-
Basically the script does the following
5-
-To extract the tweets related to any desired Hash Tag/Keyword
6-
-Analyze the words in each tweet to find out whether the tweet is positive or negative (Happy or Sad) using Natural Language Processing
7-
-Find the results for bulk of tweets to get the sentiments of majority.
818

9-
You can get more detailed tutorial at http://www.letscodepro.com/Twitter-Sentiment-Analysis

0 commit comments

Comments
 (0)