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