Lencof / Twitter-Sentiment-Analysis

Twitter Sentiment Analysis by using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter-Sentiment-Analysis-

Twitter Sentiment Analysis by using Python Steps:

  1. Login to your Twitter Account
  2. Visit https://apps.twitter.com/app/  
  3. Create new Twitter Application.
  4. Fill all the field for creating the app.
  5. Go to the app settings and copy consumer key, consumer secrete, access token & access token secret and paste them in config.ini file.
  6. Install thre required libraries:pip install -r requirements.txt
  7. Download corpora:
    python -m textblob.download_corpora
  8. Run the main.py file for Sentiment Analysis.

About

Twitter Sentiment Analysis by using Python

License:MIT License


Languages

Language:Python 73.1%Language:HTML 26.9%