Add support for streaming with Twitter API v2
authorHarmon <Harmon758@gmail.com>
Sun, 20 Feb 2022 06:18:00 +0000 (00:18 -0600)
committerHarmon <Harmon758@gmail.com>
Sun, 20 Feb 2022 06:18:00 +0000 (00:18 -0600)
commit86244c1a82a1852d04f3695b03201363f5d5eafd
tree41b27ed98f25abeca4eec0276553b42242d5c855
parent92c6a636198971212567edde06681fe45c15170c
Add support for streaming with Twitter API v2

Refactor Client and Stream to inherit from new BaseClient and BaseStream classes and add StreamingClient, StreamResponse, and StreamRule
docs/conf.py
docs/index.rst
docs/stream.rst
docs/streaming.rst
docs/streamingclient.rst [new file with mode: 0644]
tweepy/__init__.py
tweepy/client.py
tweepy/streaming.py