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