Skip to content

Add support for asyncio #732

Description

@wrobell

It would be great if Tweepy integrated with asyncio. For example, to get data using a stream we would use something like

stream = AsyncStream(auth_handler)
...
data = await stream.filter(track=['python', 'tweepy', 'asyncio'])  # or "yield from"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureThis is regarding a new featureImprovementThis is regarding an improvement to an existing feature

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions