I have an amazon seller account and I want to __scrape__
all the information of orders from it using scrapy.
But 2 step verification is enabled on my account.
I have tried to disable it but again amazon asked me to enable 2 step verification to access it.
In 2 step verification, amazon send me OTP on my phone number, so after sign In, I have to enter OTP code.
Is there any way to avoid this?
One way is to develop some mobile application which will read the OTP and save it on some DB from where my script can read it.
Is there any other way to do this?