Commit 7198a7e2 authored by nanahira's avatar nanahira

check 20 tweets only

parent a322b59a
Pipeline #18766 passed with stage
in 8 seconds
......@@ -239,7 +239,7 @@ def searchban(screen_name):
print("User ID of {}: {}".format(screen_name, user_id))
get_reply_vars = {
"count": 700, "userId": user_id,
"count": 20, "userId": user_id,
"includePromotedContent": False, "withSuperFollowsUserFields": False, "withBirdwatchPivots": False,
"withDownvotePerspective": False, "withReactionsMetadata": False,
"withReactionsPerspective": False, "withSuperFollowsTweetFields": False, "withVoice": False, "withV2Timeline": False,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment