Skip to content

Commit

Permalink
Change methods order again
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpdx committed May 17, 2024
1 parent 6378512 commit 1043239
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tokenTester.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import twExtract
import vx_testdata
tokens = ""

tokensList = tokens.split(",")

for token in tokensList:
try:
twExtract.extractStatusV2(vx_testdata.testNSFWTweet,workaroundTokens=[token])
except Exception as e:
print(str(e)+" "+token)
pass

0 comments on commit 1043239

Please sign in to comment.