Search code examples
androidverificationsmartphonebrowser-automationwebautomation

How do I automate Phone verification (need codes sent to mobile)?


[Background]

I am looking for some way to automate phone verification (6 digit code sent on cell phones(android) )

[My Way-probably really lame]

Create an app that polls messages coming in, search for keyword "verification".

If found ,get the 6 digit number from the message and update the file over network from cell. Script on PC will read entry of file after the verification code was sent and use it.

Are there any API's exposed? Verification is similar to what we have on gmail. Thanks in advance for any inputs


Solution

    1. Sync Messages to another Gmail acocunt where such login is not required.
    2. Create an Console app that reads you gmail folders
    3. poll for latest message, and voila, you have your code.