zdrouse / Auto-Amazon-Giveaways

Automated Amazon Giveaways using Python3 & Pyppeteer :gift: :snake:
56 stars 31 forks source link

Non-USA Default Shipping Address #21

Open hongkongkiwi opened 6 years ago

hongkongkiwi commented 6 years ago

When Amazon detects your default shipping address is not in USA, it will pop up a question asking if you have a USA shipping address available. You have to press "Yes" or "No".

The software currency doesn't handle this .... possible to add this handling in?

sniffingpickles commented 6 years ago

Can you walk me through the exact steps to produce this? If it's something that can be procced at logging in, we can add a function to the opener.

zdrouse commented 6 years ago

@hongkongkiwi does this occur if you win a giveaway? Nothing has been implemented for what to do after winning a giveaway. The scenario doesn't come up frequently enough for myself to be able to implement it yet. I also haven't been very active on this project unfortunately.