简体   繁体   中英

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

  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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM