/tweet_sentiment

A simple python project to determine if a tweet has a positive, negtaive or neutral outlook. Can query twitter handles or a search term.

Primary LanguagePythonMIT LicenseMIT

tweet_sentiment_analysis

A quick project to determine the sentiment analysis of tweets using tweepy and textblob. Also cross references tweets against dictionary containing the 1000 most common english words to determine if a tweet is of the English language.

Installation

pip install textblobs

pip install tweepy

Usage:

python sentiment.py 'query' 'max_search_results'