forked from tapaswenipathak/pyQTopic
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
47 lines (32 loc) · 741 Bytes
/
README
File metadata and controls
47 lines (32 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=====
qtopic
=====
A Python module to fetch and parse data Topic related data from Quora.
Installation
============
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.