Skip to content

lwoluke/Twitter-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages