Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fa0311 committed Jan 9, 2022
1 parent bb3218b commit db9a1f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ print(TwitterFrontendFlow()
.login_flow()
.LoginJsInstrumentationSubtask()
.LoginEnterUserIdentifierSSOSubtask("電話番号/メールアドレス/ユーザー名")
.AccountDuplicationCheck()
.LoginEnterPassword("パスワード").content)
```
2段階認証
Expand All @@ -26,7 +25,6 @@ print(TwitterFrontendFlow()
.login_flow()
.LoginJsInstrumentationSubtask()
.LoginEnterUserIdentifierSSOSubtask("電話番号/メールアドレス/ユーザー名")
.AccountDuplicationCheck()
.LoginEnterPassword("パスワード")
.LoginTwoFactorAuthChallenge("2段階認証のコード").content)
```
Expand All @@ -36,7 +34,6 @@ print(TwitterFrontendFlow()
.login_flow()
.LoginJsInstrumentationSubtask()
.LoginEnterUserIdentifierSSOSubtask("電話番号/メールアドレス/ユーザー名")
.AccountDuplicationCheck()
.LoginEnterAlternateIdentifierSubtask("電話番号またはメールアドレス")
.LoginEnterPassword("パスワード").content)
```
Expand All @@ -47,7 +44,6 @@ print(TwitterFrontendFlow()
.password_reset_flow()
.PwrJsInstrumentationSubtask()
.PasswordResetBegin("電話番号/メールアドレス/ユーザー名")
.PasswordResetChooseChallenge()
.PasswordResetConfirmChallenge("認証コード").content)
```

Expand All @@ -59,7 +55,6 @@ print(TwitterFrontendFlow()
.PasswordResetBegin("電話番号/メールアドレス/ユーザー名")
.PwrKnowledgeChallenge("メールアドレス")
.PwrKnowledgeChallenge("電話番号")
.PasswordResetChooseChallenge()
.PasswordResetConfirmChallenge("認証コード").content)
```

Expand All @@ -70,7 +65,6 @@ print(TwitterFrontendFlow()
.login_flow()
.LoginJsInstrumentationSubtask()
.LoginEnterUserIdentifierSSOSubtask("電話番号/メールアドレス/ユーザー名")
.AccountDuplicationCheck()
.LoginEnterPassword("パスワード")
.SaveCookies("user.json"))
```
Expand Down

0 comments on commit db9a1f6

Please sign in to comment.