Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Jan 5, 2024
1 parent b8d34b8 commit d972e70
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,16 @@ Or retry login for all failed logins:
twscrape relogin_failed
```

### Enter email verification code manually

twscrape may not be able to access some emails (if imap is disabled or does not exist at all - eg in protonmail), in such cases you can use `--manual` flag, which allows to enter the verification code manually.

```sh
twscrape login_accounts --manual
twscrape relogin user1 user2 --manual
twscrape relogin_failed --manual
```

### Use different accounts file

Useful if using a different set of accounts for different actions
Expand Down

0 comments on commit d972e70

Please sign in to comment.