just a silly sentiment analysis script that takes a list of tweets and counts the number of positive and negative words in each tweet to determine the overall sentiment.
includes word banks and sample tweets
- Clone -
$ git clone git@github.com:mjhea0/twitter-sentiment.git - Use the Twitter API to pull tweets and save them in .txt format with a new tweet on each line
- Create a more sophisticated algorithm for determining sentiment
- Make pretty charts and graphs in Excel
- Fork it
- Create your branch -
git checkout -b your-feature - Commit your changes -
git commit -am 'About your feature(s)' - Push -
git push origin your-feature - Pull Request
Cheers!