Twitter-Social-Analyzer

Twitter sentiment analyzer that obtains a list of tweets from a given topic and analyzes the sentiments about it. It also uses a Kivy GUI as an app interface.

View project on GitHub

Exceptions module

exception EmptyTopicError

Bases: Exception

Raised when the input field for topic is empty.

< Previous Next >