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" ```
It would be great if Tweepy integrated with asyncio. For example, to get data using a stream we would use something like