Skip to content
/ Tweep Public

Messing around with twitter api and tweepy. Does crude sentiment analysis

Notifications You must be signed in to change notification settings

gdoykan/Tweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tweep

This currently does a crude sentiment analysis on a query specified by the user using tweepy
Just messing around with twitter api, maybe will try a more complex/specific analysis

Usage

Clone and change to the correct directory in terminal
Type your desired query as an arguement when running the python file
For example typing Python app.py @realDonaldTrump
in terminal will do a sentiment analysis on recent tweets that mentions @realDonaldTrump

Sentiment is calculated by counting the number of positive and negative words
The range is from -1 to 1 where -1 is the most negative score and 1 is the most positive score

About

Messing around with twitter api and tweepy. Does crude sentiment analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages