Swap http => https for endpoint access, added Voulnet to contributers in the README
This commit is contained in:
parent
ca76271127
commit
aabd29a01e
4 changed files with 29 additions and 28 deletions
10
README.txt
10
README.txt
|
|
@ -57,10 +57,9 @@ Streaming API
|
|||
----------------------------------------------------------------------------------------------------
|
||||
Twython, as of v1.5.0, now includes an experimental **[Twitter Streaming API](https://dev.twitter.com/docs/streaming-api)** handler.
|
||||
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.
|
||||
|
||||
**Example Usage:**
|
||||
|
||||
``` python
|
||||
import json
|
||||
from twython import Twython
|
||||
|
|
@ -77,7 +76,7 @@ Twython.stream({
|
|||
'track': 'python'
|
||||
}, on_results)
|
||||
```
|
||||
|
||||
|
||||
|
||||
A note about the development of Twython (specifically, 1.3)
|
||||
----------------------------------------------------------------------------------------------------
|
||||
|
|
@ -147,4 +146,5 @@ me and let me know (or just issue a pull request on GitHub, and leave a note abo
|
|||
- **[Mesar Hameed (mhameed)](https://github.com/mhameed)**, Commit to swap `__getattr__` trick for a more debuggable solution.
|
||||
- **[Remy DeCausemaker (decause)](https://github.com/decause)**, PEP-8 contributions.
|
||||
- **[mckellister](https://github.com/mckellister)**, Fixes to `Exception`s raised by Twython (Rate Limits, etc).
|
||||
- **[tatz_tsuchiya](http://d.hatena.ne.jp/tatz_tsuchiya/20120115/1326623451), Fix for `lambda` scoping in key injection phase.
|
||||
- **[tatz_tsuchiya](http://d.hatena.ne.jp/tatz_tsuchiya/20120115/1326623451)**, Fix for `lambda` scoping in key injection phase.
|
||||
- **[Voulnet (Mohammed ALDOUB)](https://github.com/Voulnet)**, Fixes for `http`/`https` access endpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue