Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2 KB

README.md

File metadata and controls

58 lines (37 loc) · 2 KB

qtopic

GitHub issues GitHub forks GitHub stars GitHub license Twitter

A Python module to fetch and parse Topics related data from Quora.

Projects built using QTopic

  • qtopic-api – A REST API to get topic realted data from Quora.
  • quora - A package to parse Quora.

Installation

  • You will need Python 2.

  • pip is recommended for installing dependencies.

Install using pip:

pip install qtopic

Usage

from qtopic import QTopic

followers_count = QTopic.get_follower_count ('Computer-Programming')
    
#do stuff with the parsed data
followers_count['followers']
followers_count['topic']

Features

Currently implemented

  • Follower Count
  • Some followers name
  • Related Topics
  • Top Stories breaked down links, title, published.
  • Open question breaked down links, title, published.

Todo

  • Information to be stored in a better way.
  • Add most viewed writer

Bitdeli Badge