pypi tweepy 4.7.0

latest releases: 4.14.0, 4.13.0, 4.12.1...
2 years ago

New Features / Improvements

  • Add support for Quote Tweets lookup with Twitter API v2 (#1844)
    • Add Client.get_quote_tweets

Python Backwards-Incompatible Changes

  • Drop support for Python 3.6, which has reached end-of-life status (#1788)

Bug Fixes

  • Fix Client.follow to return response from Client.follow_user rather than None (0742f54)
  • Fix Client.unfollow to return response from Client.unfollow_user rather than None (c1787f0)

Misc

  • Organize documentation arrangement and improve index / table of contents categorization (c5310d1)
  • Add documentation for API v2 models
    • Add documentation for List (360594b)
    • Add documentation for Media (c2dacc8)
    • Add documentation for Place (e3fa223)
    • Add documentation for Poll (61ed5d7)
    • Add documentation for Space (1a7ea1f)
    • Add documentation for Tweet (b9cef72)
    • Add documentation for ReferencedTweet (9a995b5)
    • Add documentation for User (aa3658e)
  • Use Read the Docs Sphinx search extension for documentation (72c7e01)
  • Add and improve API v2 examples (#1835, 6a6ef98)
  • Use dash instead of underscore for requests-oauthlib requirement (2c94758)
  • Optimize Tweet.referenced_tweets initialization (3299881)
  • Update and improve various documentation

Don't miss a new tweepy release

NewReleases is sending notifications on new releases.