Fetches and parses data from Quora.
Project description
A Python module to fetch and parse data from Quora.
Installation
Install using pip:
pip install quora
Usage
from quora import Quora, Activity
quora = new Quora() activity = get_activity(‘Christopher-J-Su’)
# do stuff with the parsed data activity.answers activity.questions activity.upvotes activity.question_follows
Features
Currently implemented
User statistics
User activity
Broken down into answers, questions, votes, user follows, and question follows
Todo
Questions and answers
Detailed user information (followers, following, etc.; not just statistics)
Unit tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quora-0.1.8.tar.gz
(14.1 kB
view hashes)