Skip to main content

VerifyKit is the next gen phone number validation system. Users can easily verify their phone numbers without the need of entering phone number or a pin code.

Project description

VerifyKit

VerifyKit is the next gen phone number validation system. Users can easily verify their phone numbers without the need of entering phone number or a pin code.

Requirements

  • Python 2.7+
  • Python 3.6+

Installation

You can install pip package

pid install VerifyKit

Usage

import VerifyKit


let kit = VerifyKit()
let viewController = kit.viewControllerForLogin()
self.present(viewController, animated: true, completion: nil)

You can get the result via VerifyKitDelegate protocol.

from VerifyKit import Verify

verify = Verify(server_key="{SERVER-KEY}")
verify.validation(session_id='{SESSION-ID}')

if verify.is_valid:
    #Validation success.
    print(verify.response())

elif verify.is_valid == False:
    #Validation fail.
    print(verify.response())
 

Validation Success Response

{
    "validationType": "whatsapp",
    "validationDate": "2019-11-07 07:35:28",
    "phoneNumber": "+905555555555"
}

Validation Fail Response

{
    "status": false,
    "errorCode": "ErrorCode",
    "errorMessage": "Error Message",
    "requestId": "app02-REQ-5dc3f853a9b84"
}

Author

VerifyKit is owned and maintained by VerifyKit DevTeam.

License

The MIT License

Copyright (c) 2019-2020 VerifyKit. http://verifykit.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Release history Release notifications | RSS feed

This version

0.4

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

VerifyKit-0.4.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

VerifyKit-0.4-py2.7.egg (3.9 kB view details)

Uploaded Egg

File details

Details for the file VerifyKit-0.4.tar.gz.

File metadata

  • Download URL: VerifyKit-0.4.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.4

File hashes

Hashes for VerifyKit-0.4.tar.gz
Algorithm Hash digest
SHA256 7968eac45d0bd3c06fe31db48004061c05b3f9cd2c0aac2a209cdcf2da53095a
MD5 9b4475c5c2e1373649d3a2382d4bcad4
BLAKE2b-256 6f29834867024cc672a0efb11700c9f363a6419d7bf8fcc6efc393b5442f2c63

See more details on using hashes here.

File details

Details for the file VerifyKit-0.4-py2.7.egg.

File metadata

  • Download URL: VerifyKit-0.4-py2.7.egg
  • Upload date:
  • Size: 3.9 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.4

File hashes

Hashes for VerifyKit-0.4-py2.7.egg
Algorithm Hash digest
SHA256 e897f8d010ade86b025f28dc672e6dcc1238105c76b2be012b320928a15b7140
MD5 1c5cc6cdcd01d4dbc9e5d4cbddf8052f
BLAKE2b-256 2b298d37982337830270ae3ce2b24e3829b0c392bbdd57d1dcd8dc3fc999768c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page