Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 725 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 725 Bytes

Twitter Sentiment Analysis

A Python based Sentiment Analysis tool. Collecting tweets using twitter API, analysing, saving in csv file and ploting the results.

alt text

Dependencies

  • pandas
  • tweepy
  • textblob
  • matplotlib

You may install all the dependencies using pip package manager

pip install [dependency name]

Usage

  • Replace the consumer_key, consumer_secret, access_token and access_token_secret with the apropriate values from your twitter api.

  • Run the main.py from terminal

python main.py
  • Enter the keyword and # of tweets for analysis.