twython v2.10.0 Release Notes

Release Date: 2013-05-21 // almost 11 years ago
    • Added get_retweeters_ids method
    • 🛠 Fixed TwythonDeprecationWarning on camelCase functions if the camelCase was the same as the PEP8 function (i.e. Twython.retweet did not change)
    • 🛠 Fixed error message bubbling when error message returned from Twitter was not an array (i.e. if you try to retweet something twice, the error is not found at index 0)
    • ➕ Added "transparent" parameters for making requests, meaning users can pass bool values (True, False) to Twython methods and we convert your params in the background to satisfy the Twitter API. Also, file objects can now be passed seamlessly (see examples in README and in /examples dir for details)
    • Callback URL is optional in get_authentication_tokens to accomedate those using OOB authorization (non web clients)
    • 👷 Not part of the python package, but tests are now available along with Travis CI hooks
    • Added __repr__ definition for Twython, when calling only returning
    • Cleaned up Twython.construct_api_url, uses "transparent" parameters (see 4th bullet in this version for explaination)
    • ⚡️ Update requests and requests-oauthlib requirements, fixing posting files AND post data together, making authenticated requests in general in Python 3.3