# 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.4.tar.gz
(15.3 kB
view details)
File details
Details for the file quora-0.1.16.4.tar.gz.
File metadata
- Download URL: quora-0.1.16.4.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a6726b93bea788c3acbd2b96ce1ba16ee83c9ce4cc920b80ed5b2d6ccf2b28b
|
|
| MD5 |
06238013b3401200a2770d25ac0b9556
|
|
| BLAKE2b-256 |
8c84b8b79422640512c50ec494653e0325d3a12756619041569d6696fffe15d0
|