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

Wiki module

class wiki.Wikipedia

Bases: object

Wikipedia spanish unoficial parser. Contains all the tools to search a Wiki page about a concrete topic if it exists.

get_article(source: str)

       Takes a topic as a source. Returns the main paragraph from Wikipedia about that topic, if it exists.

< Previous