Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 458 Bytes

File metadata and controls

18 lines (14 loc) · 458 Bytes

Twitter Sentiment Analyzer

Overview

It will be able to classify the tweets as either positive or negative which contains the input text.

Dependencies Required

  • tweepy
  • textblob
  • numpy

Usage

  1. Script Input
  • c_key = 'Consumer Key (API Key)'
  • c_secret = 'Consumer Secret (API Secret'
  • a_key_token = 'Access Token'
  • a_secret_token = 'Access Token Secret'
  1. Run tsa.py and result will be saved in report.csv