justinjohnso / giftcards_galore

Python script to automate buying Amazon giftcards
31 stars 6 forks source link

Amazon changed their 2fa #4

Open AFTERWAKE opened 4 years ago

AFTERWAKE commented 4 years ago

Still investigating a fix (if possible), but Amazon changed their 2fa so that it has you check a text every time you log in from the selenium browser.

A temporary fix is to add a 30 second wait and go click the link in your texts, but I'm going to investigate if anything else can be done. At the very least, a wait until the success page loads (after you complete 2fa).

schnoid commented 1 year ago

Bummed that I didn't see this before trying to get this script to work. Have you figured out a way to do this?