Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 631 Bytes

File metadata and controls

36 lines (24 loc) · 631 Bytes

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!!