python-sentiment is a Python package leveraging NLP algorithm and the Twitter API to score the sentiment of a tweet.
Installing twitter-sentiment is simple, you just have to use pip.
pip install twitter-sentiment
Documentation is available at twitter-sentiment.readthedocs.io
twitter-sentiment let you score a tweet/list of tweets on a scale of -1 to 1. A score below 0 represents a negative tweet, while a score greater than 0 represents a positive tweet. To score a tweet, twitter-sentiment levereage TextBlob Naive Byaise NLP library. More information can be find at textblob.readthedocs.io