Skip to content

Quora-Users/pyQTopic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

📖 Package to fetch Topics related data from Quora

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%