/Stock-Tweets-Analysis

This project allows user to analysis to do basic tweet analysis of ticker symbols

Primary LanguagePython

Stock-Tweets-Analysis

This project allows user to do basic sentiment analysis of tweets of different ticker symbols

How To

  1. Add your twitter api credentials
  2. Enter the desired ticker symbol
When prompted to enter ticker symbol do an example like $TSLA

Note the classifier works the same way

Libraries

This is a python project. Plotly and tweepy are required to run this. To install using pip pip install plotly and pip install tweepy

Future Update

At the moment a rudimentary sentiment analysis is done using words. But I plan to use google to analyze sentiments on the tweets.