Harmon

Results 93 comments of Harmon

With the COVID-19 stream endpoint being deprecated, as part of [Twitter Developer Labs being deprecated](https://developer.twitter.com/en/blog/product-news/2022/deprecating-twitter-developer-labs), and set to be retired on October 31, 2022, and with #1791 incomplete, I'm going...

@Cody-coder017 That doesn't circumvent the rate limit in question.

This issue was kept open as a feature request because, while the rate limit calculations were incorrect and a less efficient method / endpoint for user lookup was suggested, the...

This is something I'd like to do, but I'm not sure if it'll be included in v4.0. If it's not, having it as part of v4 at some point would...

@seratch Thanks for the PR. I did see it, but right now, my priority is in getting v4.5.0 out and then adding support for streaming with Twitter API v2, hopefully...

Support for Python 3.6 has been dropped now (#1788), allowing utilization of Postponed Evaluation of Annotations ([PEP 563](https://www.python.org/dev/peps/pep-0563/)), Type Hinting Generics In Standard Collections ([PEP 585](https://www.python.org/dev/peps/pep-0585/)), and the New Type...

Feel free to do so now, but I would appreciate smaller (probably per-file) PRs. Each PR would be easier to review, and therefore likely get merged a lot faster that...

I've created a [type-hints branch](https://github.com/tweepy/tweepy/commits/type-hints) and draft PR #1828 for this now.

You can use [`API.media_upload`](https://tweepy.readthedocs.io/en/v4.10.1/api.html#tweepy.API.media_upload) (or any of the other `API` media upload methods) to upload media. You can then use the Media IDs to associate them with a Tweet when...

I'm able to reproduce this, but it seems like an issue with Twitter's API rather than with Tweepy, as Tweepy just provides the `entities` data from the Twitter API. You...