Skip to content

Latest commit

 

History

History
89 lines (61 loc) · 1.88 KB

README.rst

File metadata and controls

89 lines (61 loc) · 1.88 KB

pyquora

|Build Status| |Latest Version|

A Python module to fetch and parse data from Quora.

Table of Contents

Installation

You will need Python 2. pip is recommended for installing dependencies.

Install using pip:

pip install quora

Usage

from quora import Quora, Activity

quora = new Quora()

# get user activity
activity = get_activity('Christopher-J-Su')

# do stuff with the parsed activity data
activity.upvotes
activity.user_follows
activity.want_answers
activity.answers
activity.review_requests

# get user statistics
stats = quora.get_user_stats('Christopher-J-Su')

# take a gander
print stats

Features

Currently implemented

  • User statistics
  • User activity

Todo

  • Questions and answers
  • Detailed user information (followers, following, etc.; not just statistics)

Projects using pyquora

Contribute

|Gitter|

Check out the issues on GitHub and/or make a pull request to contribute!

Status| image:: https://travis-ci.org/csu/pyquora.svg?branch=master .. |Latest Version| image:: https://pypip.in/version/quora/badge.svg .. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg