This is a list of all those who have contributed code to Twython in some way, shape, or form. I think it's exhaustive, but I could be wrong - if you think your name should be here and it's not, please contact me and let me know (or just issue a pull request on GitHub, and leave a note about it so I can just accept it ;).
- Ryan Mcgrath <[email protected]>
- Mike Helmick, multiple fixes and proper
requests
integration, Python 3 compatibility, too much to list here. - kracekumar, early
requests
work and various fixes. - Erik Scheffers, various fixes regarding OAuth callback URLs.
- Jordan Bouvier, various fixes regarding OAuth callback URLs.
- Dick Brouwer, fixes for OAuth Verifier in
get_authorized_tokens
. - hades, Fixes to various initial OAuth issues, raise TwythonError on request error.
- Alex Sutton, fix for parameter substitution regular expression (catch underscores!).
- Levgen Pyvovarov, Various argument fixes, cyrillic text support.
- Mark Liu, Missing parameter fix for
addListMember
. - Randall Degges, PEP-8 fixes, MANIFEST.in, installer fixes.
- Idris Mokhtarzada, Fixes for various example code pieces.
- Jonathan Elsas, Fix for original Streaming API stub causing import errors.
- LuqueDaniel, Extended example code where necessary.
- Mesar Hameed, Commit to swap
__getattr__
trick for a more debuggable solution. - Remy DeCausemaker, PEP 8 contributions.
- mckellister Twitter Spring 2012 Clean Up fixes to
Exception
raised by Twython (Rate Limits, etc). - Tatz Tsuchiya, Fix for
lambda
scoping in key injection phase. - Mohammed ALDOUB, Fixes for
http/https
access endpoints. - Fumiaki Kinoshita, Re-added Proxy support for 2.3.0.
- Terry Jones, Error cleanup and Exception processing in 2.3.0.
- Leandro Ferreira, Fix for double-encoding of search queries in 2.3.0.
- Chris Brown, Updated to use v1.1 endpoints over v1
- Virendra Rajput, Fixed unicode (json) encoding in twython.py 2.7.2.
- Paul Solbach, fixed requirement for oauth_verifier
- Greg Nofi, fixed using built-in Exception attributes for storing & retrieving error message
- Jonathan Vanasco, Debugging support, error_code tracking, Twitter error API tracking, other fixes
- DevDave, quick fix for longs with helper._transparent_params
- Ruben Varela Rosa, Fixed search example
- Oleg Anashkin, streaming
handlers
functionality - `Luis Alberto Santana <https://github.com/jackboot7`_, Added auth_endpoint parameter for cases when the right permissions weren't being shown on authenticate step
- Cory Benfield, Fixed issue where Twython was unnecessarily disabling compression
- Cory Dolphin, Added retry_after attribute to TwythonRateLimitError
- Natan L, Fixed typo in documentation
- Cash Costello, Moved tests to use responsoes, fixed typos in documentation
- Joe Cabrera, PEP 8 contributions
- bsbkeven, Added lookup_status function to endpoints.py
- drevicko, Added option to yield full page vs individual results in cursor
- Filipe A Ximenes, Added upload_media function to endpoints.py
- Mertcan Mermerkaya, Fixed code example in documentation
- Donne Martin, Fixed typos in README.rst
- Diego Allen, Add missing comma in documentation code snippet
- Ben McGinnes, Added mute API endpoints, a couple of examples, random bits.
- Davis Silverman, Fixed endpoint HTTP method
- David Beitey, Fixed documentation typos
- 7kfpun, Fixed documentation typos
- Will Thompson, Fixed documentation typos
- Andre Polykanine, Fixed documentation typos
- Ben Bertka, Added dynamic filtering in streamer
- Takahashi Shuuji, Fixed documentation typos
- Jeremy Keen, Updated documentation example