# pyquora
[](https://travis-ci.org/csu/pyquora) [](https://pypi.python.org/pypi/quora/)
A Python module to fetch and parse data from Quora.
### Table of Contents
* [Installation](#installation)
* [Usage](#usage)
* [Features](#features)
* [Contribute](#contribute)
## Installation
You will need [Python 2](https://www.python.org/download/). [pip](http://pip.readthedocs.org/en/latest/installing.html) is recommended for installing dependencies.
Install using pip:
pip install quora
## Usage
```python
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`
* [`quora-api`](https://github.com/csu/quora-api) – A REST API for Quora.
* [`quora-backup`](https://github.com/csu/quora-backup) – A Python package and CLI for backing up Quora data.
## Contribute
[](https://gitter.im/csu/pyquora?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Check out the issues on GitHub and/or make a pull request to contribute!
[](https://travis-ci.org/csu/pyquora) [](https://pypi.python.org/pypi/quora/)
A Python module to fetch and parse data from Quora.
### Table of Contents
* [Installation](#installation)
* [Usage](#usage)
* [Features](#features)
* [Contribute](#contribute)
## Installation
You will need [Python 2](https://www.python.org/download/). [pip](http://pip.readthedocs.org/en/latest/installing.html) is recommended for installing dependencies.
Install using pip:
pip install quora
## Usage
```python
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`
* [`quora-api`](https://github.com/csu/quora-api) – A REST API for Quora.
* [`quora-backup`](https://github.com/csu/quora-backup) – A Python package and CLI for backing up Quora data.
## Contribute
[](https://gitter.im/csu/pyquora?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Check out the issues on GitHub and/or make a pull request to contribute!
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.16.tar.gz
(15.0 kB
view details)
File details
Details for the file quora-0.1.16.tar.gz.
File metadata
- Download URL: quora-0.1.16.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b542653952626490690657c29c019ab64248a6720ab25f3b5ccbe97673ed7f2f
|
|
| MD5 |
e719531f63ee3dd0c6786394d5df0d7e
|
|
| BLAKE2b-256 |
16d702187b9293dfbb12168bc634c5f6eff9defd8814cbc37f968859dbe19146
|