v4.10.0
版本发布时间: 2022-05-21 01:36:05
tweepy/tweepy最新发布版本:v4.14.0(2023-04-25 06:16:52)
New Features / Improvements
- Add asynchronous interfaces for Twitter API v2
- Add support for reverse chronological home timeline with Twitter API v2 (#1900)
- Add
Client.get_home_timeline
andAsyncClient.get_home_timeline
- Add
- Update the User-Agent header based on
AsyncStream.user_agent
even ifAsyncStream.session
is already initialized/set (096a62c)
Twitter API Deprecations
- Deprecate
AsyncStream.sample
and note deprecation of compliance messages forAsyncStream.filter
(e043074, 1b77007)
Misc
- Update and improve various documentation and tests