Tweepy v3.0.0 Release Notes

Release Date: 2014-12-01 // over 9 years ago
    • Added multiple list members operation api methods (add_list_members, remove_list_members).
    • โž• Added sitestream endpoint.
    • Switch to using Requests instead of httplib.
    • ๐Ÿšš Fully removed support for non-secure HTTP.
    • ๐Ÿ‘ Proxy support.
    • โž• Add API method for /statuses/lookup.json
    • โž• Add missing 'count' parameter to followers_ids
    • โšก๏ธ Added allowed_param to update_profile_image
    • Comparison between Status objects
    • โš  Extend on_data method by including a conditional to process warning messages and add the definition of the method to manage those warning messages
    • ๐Ÿ‘ Better Python 3 support.