Skip to content

This is sample ML project on twitter based sentiment analysis

Notifications You must be signed in to change notification settings

SoorajSoman/TwitterSentimentAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter base sentiment analysis

This is basic ML project on twitter based sentiment analysis.Only 15 line code based on Siraj raval Learn Python for Data Science #2 for learning purpose.

Prerequisites:

  1. Python 2.6 or higher
  2. NumPy
  3. tweepy
  4. TextBlob

For running this project you need the following

 consumer_key="YOUR-CONSUMER-KEY"
 consumer_secret="YOUR-CONSUMER-SECRET-KEY"

 access_token="YOUR-ACCESS-TOKEN"
 access_token_secret="YOUR-ACCESS-TOKEN-SECRET"
 

which can be obtained by creating a twitter app.

About

This is sample ML project on twitter based sentiment analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages