Skip to content

Commit

Permalink
syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
csu committed Aug 9, 2014
1 parent 295502c commit 87422c3
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ Install using pip:

## 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
```python
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
Expand Down

0 comments on commit 87422c3

Please sign in to comment.