Skip to content

Commit dfc15dd

Browse files
authored
Create README.md
1 parent 8754b52 commit dfc15dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Tweep
2+
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
10+

0 commit comments

Comments
 (0)