mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
update tags
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
ac508e013d
commit
59e1e2b8e2
8 changed files with 20 additions and 15 deletions
|
|
@ -3,7 +3,6 @@ import os
|
|||
import logging
|
||||
import base64
|
||||
import openapi_client as pt
|
||||
from pydantic import BaseModel
|
||||
from pathlib import Path
|
||||
import time
|
||||
|
||||
|
|
@ -91,7 +90,7 @@ api_client.user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/5
|
|||
|
||||
error_count = 0
|
||||
|
||||
for x in [pt.DefaultApi, pt.TweetApi, pt.UserApi, pt.UserListApi]:
|
||||
for x in [pt.DefaultApi, pt.TweetApi, pt.UserApi, pt.UsersApi, pt.UserListApi]:
|
||||
for props, fn in x.__dict__.items():
|
||||
if not callable(fn):
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue