Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfaran committed Jan 31, 2014
1 parent 80cdba1 commit 0d2db5f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
piazza-api
==========
# piazza-api

Tiny wrapper around Piazza's Internal REST API


Example:
## Example
```
>>> from piazza_api import PiazzaAPI
>>> p = PiazzaAPI("hl5qm84dl4t3x2")
Expand All @@ -14,4 +12,10 @@ Password: ...
...
```

Inspired by: https://gist.github.com/alexjlockwood/6797443
## Dependencies

* [requests](http://python-requests.org/)

## "Inspiration"

* https://gist.github.com/alexjlockwood/6797443

0 comments on commit 0d2db5f

Please sign in to comment.