Tweepy v2.1 Release Notes

    • Added get_oembed().
    • friends() and followers() are back and updated to v1.1.
    • Fixed report_spam() endpoint.
    • Added "languages" parameter to streaming filter() method.
    • Added "timeout" support for API object. Ex: API(timeout=1000).
    • Python 2.5 no longer supported.
    • Added compression support. Ex: API(compression=True).
    • Added on_connect() callback to StreamListener.
    • Switched API search() to v1.1 endpoint. Some breaking changes.
    • Drop "page" based cursors and use "ID" based ones instead.
    • Compare View