README formatting
This commit is contained in:
parent
87c1f1e71c
commit
8e26e568a6
1 changed files with 2 additions and 3 deletions
|
|
@ -59,8 +59,7 @@ Twython, as of v1.5.0, now includes an experimental **[Twitter Streaming API](ht
|
||||||
Usage is as follows; it's designed to be open-ended enough that you can adapt it to higher-level (read: Twitter must give you access)
|
Usage is as follows; it's designed to be open-ended enough that you can adapt it to higher-level (read: Twitter must give you access)
|
||||||
streams. This also exists in large part (read: pretty much in full) thanks to the excellent **[python-requests](http://docs.python-requests.org/en/latest/)** library by
|
streams. This also exists in large part (read: pretty much in full) thanks to the excellent **[python-requests](http://docs.python-requests.org/en/latest/)** library by
|
||||||
Kenneth Reitz.
|
Kenneth Reitz.
|
||||||
|
|
||||||
**Example Usage:**
|
|
||||||
``` python
|
``` python
|
||||||
import json
|
import json
|
||||||
from twython import Twython
|
from twython import Twython
|
||||||
|
|
@ -77,7 +76,7 @@ Twython.stream({
|
||||||
'track': 'python'
|
'track': 'python'
|
||||||
}, on_results)
|
}, on_results)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
A note about the development of Twython (specifically, 1.3)
|
A note about the development of Twython (specifically, 1.3)
|
||||||
----------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue