Initial implementation for Twitter API v2 support
authorHarmon <Harmon758@gmail.com>
Tue, 23 Feb 2021 03:43:29 +0000 (21:43 -0600)
committerHarmon <Harmon758@gmail.com>
Tue, 23 Feb 2021 03:43:29 +0000 (21:43 -0600)
commit1981695db51029a090a88869fa5519f84def2c8a
tree1d180b4abe2ffbe3a7eb12d5760ad686bb68d65d
parent5b2dd086c2c5a08c3bf7be54400adfd823d19ea1
Initial implementation for Twitter API v2 support
tweepy/__init__.py
tweepy/client.py [new file with mode: 0644]
tweepy/media.py [new file with mode: 0644]
tweepy/mixins.py
tweepy/place.py [new file with mode: 0644]
tweepy/poll.py [new file with mode: 0644]
tweepy/tweet.py [new file with mode: 0644]
tweepy/user.py [new file with mode: 0644]