Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bstoilov committed Dec 16, 2020
1 parent bf8a6ac commit d3b6878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Pinterest(email='emai', password='pass', username='name', cred_root='cred_root',
# The following features are currently supported

## Login/Logout
## NOTE: Pinterest integrated google recaptcha. This means we have to use webdriver to login. For that reason you must have chrome installed on you computer, in order for the login to work.
Login will store auth cookies for later use. These cookies are usually valid for ~15 days, then you will start getting 403 and 401 errors, which means you need to call login again.
## Login
Login is required to permit actions to the Pinterest servers. Login will store auth cookies for later use. These cookies are usually valid for ~15 days, then you will start getting 403 and 401 errors, which means you need to call login again.
Expand Down

0 comments on commit d3b6878

Please sign in to comment.