Quora-Users / pyQTopic

:book: Package to fetch Topics related data from Quora

Home Page:http://tapasweni-pathak.github.io/pyQTopic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qtopic

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.

Installation

  • You will need Python 2.

  • pip is recommended for installing dependencies.

Install using pip:

pip install qtopic

Usage

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']

Features

Currently implemented

  • 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.

Todo

  • Information to be stored in a better way.

Bitdeli Badge

About

:book: Package to fetch Topics related data from Quora

http://tapasweni-pathak.github.io/pyQTopic/

License:MIT License


Languages

Language:Python 100.0%