quora¶
- class quora.Answer(data_dict)¶
- __init__(data_dict)¶
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.