Skip to content

Collecting tweets, analysing, saving in csv file and ploting the results.

Notifications You must be signed in to change notification settings

chaitanya-vanapamala/twitter-sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Collecting tweets, analysing, saving in csv file and ploting the results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages