parent
d9d8ee67b6
commit
15e5f233b7
2 changed files with 30 additions and 13 deletions
|
|
@ -196,6 +196,12 @@ But if you have email confirmation, use email address in addition:
|
|||
err := scraper.Login("username", "password", "email")
|
||||
```
|
||||
|
||||
If you have two-factor authentication, use code:
|
||||
|
||||
```golang
|
||||
err := scraper.Login("username", "password", "code")
|
||||
```
|
||||
|
||||
Status of login can be checked with:
|
||||
|
||||
```golang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue