Skip to content

Commit 0d2db5f

Browse files
committed
Update README.md
1 parent 80cdba1 commit 0d2db5f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
piazza-api
2-
==========
1+
# piazza-api
32

43
Tiny wrapper around Piazza's Internal REST API
54

6-
7-
Example:
5+
## Example
86
```
97
>>> from piazza_api import PiazzaAPI
108
>>> p = PiazzaAPI("hl5qm84dl4t3x2")
@@ -14,4 +12,10 @@ Password: ...
1412
...
1513
```
1614

17-
Inspired by: https://gist.github.com/alexjlockwood/6797443
15+
## Dependencies
16+
17+
* [requests](http://python-requests.org/)
18+
19+
## "Inspiration"
20+
21+
* https://gist.github.com/alexjlockwood/6797443

0 commit comments

Comments
 (0)