Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 927 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 927 Bytes

NLP: Twitter Sentiment Analysis

Using Python and Machine Learning

Setup

To setup your computer, follow these steps:

  1. Create Twitter Account: https://twitter.com/home
  2. Create Twitter App: https://developer.twitter.com/en/apps
  3. Sign up for Elevated Access: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api
  4. Create a CSV file that's 4 lines long containing the codes for each in this order
  • Consumer Key
  • Conumser Secret
  • Access Token
  • Access Token Secret
  1. Clone this repo using the command:
git clone "https://github.com/lwoluke/Twitter-Sentiment-Analysis.git"

When running the SentimentAnalysis.py file, just the screen_name parameter needs to be changed in order to output all visualizations for a specified user.