Quick & Dirty API implementation

This commit is contained in:
Dylan
2023-07-12 20:39:30 +01:00
parent c2fccf126b
commit 5d955710fe
3 changed files with 80 additions and 0 deletions

View File

@ -47,6 +47,8 @@ def test_textTweetExtract():
assert tweet["user"]["screen_name"]=="jack"
assert 'extended_entities' not in tweet
def test_extractV2(): # remove this when v2 is default
tweet = twExtract.extractStatusV2(testTextTweet)
def test_UserExtract():
user = twExtract.extractUser(testUser)