Skip to content

tapaswenipathak/pyQTopic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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