This project will take an inputted search parameter and then live-plot the overall sentiment of each tweet as it is published.
pip install:
- plotly
- numpy
- nltk
- tweepy
- Clone Repo
- Insert your twitter keys
- Set up api access for plotly
- Run file. You will be prompted in terminal for what term you would like to search for.
- NLTK SIA Vader - Sentiment Analysis
- plotly - Live Plotting
- tweepy - Twitter API
- Daniel Ferriss - site
- Hutto, C.J. & Gilbert, E.E. (2014). VADER: A Parsimonious Rule-based Model for Sentiment Analysis of Social Media Text. Eighth International Conference on Weblogs and Social Media (ICWSM-14). Ann Arbor, MI, June 2014.