open-evolution icon indicating copy to clipboard operation
open-evolution copied to clipboard

Open evolution proposals for the Twitter API

Results 23 open-evolution issues
Sort by recently updated
recently updated
newest added

Hi amazing developers, I created a proposal about #16 and I hope it works. Thank you.

Currently, the `max_results` parameter cannot be smaller than 10. Sometimes it would be convenient to specify a smaller value, even max_results=1.

Please bring the search operators min_replies, min_retweets, and min_faves to the new V2 API so that you can filter out tweets from the result that do not have any engagements....

OAuth 2.0 does not provide email information, so you must use OAuth 1.0 a when implementing "Log in using Twitter." This is something I've seen many times on Twitter Community...

Hi, As title said, can we have `profile_banner_url` return in API v2 users lookup? I saw many people asking for it too. See: https://twittercommunity.com/t/profile-banner-url/155807

enhancement

Created based on https://twittercommunity.com/t/how-to-get-tags-of-a-media-in-a-tweet/185614/3 Sometimes Twitter users don't feature handles in the text, but rather tag the attached media with handles. There wasn't a way to access those handles via...

Hi, sorry, I missed the "please create an issue" line. I've made [a PR](https://github.com/twitterdev/open-evolution/pull/23) suggesting implementing a multi delete endpoing similar to GET /2/tweets/ but for DELETE, with the other...

Twitter allows automated accounts to be created from Settings, but there is no reliable way to identify these automated accounts with the API. So, I suggest that it would be...

## Context ### Twitter API version : v2 ### Endpoint : [GET /2/dm_events](https://developer.twitter.com/en/docs/twitter-api/direct-messages/lookup/api-reference/get-dm_events) ### Library : [Tweepy library](https://docs.tweepy.org/en/stable/client.html#tweepy.Client.get_direct_message_events) I want to retrieve the tweets from direct messages sent by participants....