Harmon

Results 93 comments of Harmon

Have you regenerated your credentials after gaining Elevated access? For code block usage, see https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks.

Thanks for the bug report. This should be fixed now. This was due to [the Twitter API documentation for the endpoint this method uses](https://developer.twitter.com/en/docs/twitter-api/lists/list-tweets/api-reference/get-lists-id-tweets) not listing `media.fields`, `place.fields`, or `poll.fields`...

I'll have a v4.10.1 bugfix release out soon.

[v4.10.1](https://github.com/tweepy/tweepy/releases/tag/v4.10.1) has been released with this fix now.

Yup, I plan on doing that when type hinting (i.e. this branch / PR) is more complete.

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, I'm going to close this now.

What's the use case for this? Is there a reason you're trying to pickle the Tweet object rather than just storing the JSON data?

I'm not completely adverse to adding support for pickle. Dill is stated to be a drop-in replacement for pickle, so adding support for pickle should be equivalent to support for...

This was originally part of #1472 with support for Labs. I asked one of the Twitter Developer Advocates I'm in touch with about adding support for it and inquired about...

@utanashati As part of adding support for streaming with Twitter API v2 with https://github.com/tweepy/tweepy/commit/86244c1a82a1852d04f3695b03201363f5d5eafd, I've refactored `Stream` to inherit from a new `BaseStream` class. It should be easier now to...