From d972e706a5a1d6163cf619e713ded0b23d36e367 Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Fri, 5 Jan 2024 19:56:11 +0200 Subject: [PATCH] readme update --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index cfd0686..c128d65 100644 --- a/readme.md +++ b/readme.md @@ -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