Special Thanks -------------- 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 ;). Development Lead ```````````````` - Ryan Mcgrath Patches and Suggestions ```````````````````````` - `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 `_, 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