Skip to content

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

Notifications You must be signed in to change notification settings

mihirsam/Twitter-Sentiment-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages