A Python module to fetch and parse Topics related data from Quora.
qtopic-api
– A REST API to get topic realted data from Quora.
Install using pip:
pip install qtopic
from qtopic import QTopic
best_questions = QTopic.get_best_questions ('Computer-Programming')
#do stuff with the parsed data
best_questions['links']
best_questions['title']
best_questions['published']
- Follower Count
- Some followers name
- Related Topics
- Feed last updated
- Best questions
- Top Stories breaked down links, title, published.
- Open question breaked down links, title, published.
- Information to be stored in a better way.