You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This currently does a crude sentiment analysis on a query specified by the user using tweepy <br />
3
+
Just messing around with twitter api, maybe will try a more complex/specific analysis
4
+
### Usage
5
+
Clone and change to the correct directory in terminal<br />
6
+
Type your desired query as an arguement when running the python file<br />
7
+
For example typing `Python app.py @realDonaldTrump` <br /> in terminal will do a sentiment analysis on recent tweets that mentions @realDonaldTrump<br />
8
+
<br />Sentiment is calculated by counting the number of positive and negative words <br />
9
+
The range is from -1 to 1 where -1 is the most negative score and 1 is the most positive score
0 commit comments