quora

class quora.Answer(data_dict, user, language='en')
__init__(data_dict, user, language='en')

Constructs the Answer object.

__str__()

Returns the answer text.

class quora.Content(data_dict)

Represent the text content/ inside of Question , Answer and other objects.

__init__(data_dict)

Construts Content.

__str__()

Returns the text representation.

parse(parse_mode='text')

Parses json into text.

class quora.Profile(user, data, language='en')

Represent the profile of a quora user.

__init__(user, data, language='en')

Constructor for Profile.

__str__()

Return str(self).

json()
class quora.Question(data_dict)
__init__(data_dict)
__str__()

Return str(self).

class quora.Topic(json_data, language='en')

Class to represent a topic.

__init__(json_data, language='en')
__str__()

Return str(self).

class quora.User(username, session=None, logger=<Logger quora.user (WARNING)>, cache_manager=None, cache_exp=None)

Represents a Quora user.

__init__(username, session=None, logger=<Logger quora.user (WARNING)>, cache_manager=None, cache_exp=None)
async answers(*args, **kwargs)
async knows_about(*args, **kwargs)
async profile(*args, **kwargs)
profileUrl(language='en')