Giter Club home page Giter Club logo

verification_sms's Introduction

verification_sms

Verification SMS sent from Google Voice account to a given phone number. Useful for unique user account creation and/or 2FA.

Requirements

  1. Python3 (with Venv)
  2. ChromeDriver (Chromium)
  3. Gmail Account (w/o 2FA)
  4. Google Voice Account activated. Sign up and activate and account here
  5. selenium
  6. webdriver_manager

Limitations

  1. One SMS process handler. If busy, error will be thrown.
  2. Synchronized calls.

Setup

To install on pip, simply do

pip install -e .

Use

from verification_sms import VerificationSMS

vm = VerificationSMS()

# email - Google Voice activated account email
# password - Google Voice activated account password
# phone - Phone number to receive the verification code
# vcode - Verification code sent to phone number

vm.send_message(email, password, phone, vcode)

Example

Check example/flaskr for a working application that implements the functionality on a blog account from the official Flask tutorial.

Follow example/README.md to properly run the Flask example.

verification_sms's People

Contributors

masesk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

verification_sms's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.