Skip to content

Tabadia/twitter-account-sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Account Sentiment Analysis

Twitter Account Sentiment Analysis uses nltk Sentiment Analysis to see the sentiment in a users past 500 tweets.

Installation

Make sure python is installed

Download requirements

Open cmd and run this command:

pip install -r requirements.txt

Twitter API

key1 = 'consumer_token'
key2 = 'consumer_secret'
key3 = 'access_token'
key4 = 'access_secret
  • Rename the file to .env

Open main.py

Thank you!!

About

A python program to analyze the sentiment of a twitter user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages