mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
update schema
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
eca2c9ebee
commit
aa423d6ee3
6 changed files with 153 additions and 35 deletions
|
|
@ -200,7 +200,7 @@ if __name__ == "__main__":
|
|||
else:
|
||||
commands = ["python -m pip install tweepy_authlib", "python tools/login.py"]
|
||||
raise Exception(
|
||||
f'cookie.json not found. Please run `{"; ".join(commands)}` first.'
|
||||
f"cookie.json not found. Please run `{'; '.join(commands)}` first."
|
||||
)
|
||||
|
||||
if isinstance(cookies, list):
|
||||
|
|
@ -386,6 +386,8 @@ if __name__ == "__main__":
|
|||
"1862405433639804958",
|
||||
"1869983867521904840",
|
||||
"1875050002046726519",
|
||||
"1848219562136801480",
|
||||
"1881993128288399684",
|
||||
]
|
||||
for id in ids:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue