{"id":15285537,"url":"https://github.com/verifykit/verifykit-sdk-python","last_synced_at":"2025-07-24T14:32:42.744Z","repository":{"id":62587251,"uuid":"220188993","full_name":"verifykit/verifykit-sdk-python","owner":"verifykit","description":"VerifyKit SDK for Python","archived":false,"fork":false,"pushed_at":"2019-11-21T12:08:33.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-27T13:18:07.215Z","etag":null,"topics":["otp","phone","phone-number","phone-numbers","python","sdk","sms","sms-verification","telegram","verification","whatsapp","whatsapp-api"],"latest_commit_sha":null,"homepage":"https://verifykit.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/verifykit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-07T08:37:53.000Z","updated_at":"2025-06-03T03:48:51.000Z","dependencies_parsed_at":"2022-11-03T22:41:14.794Z","dependency_job_id":null,"html_url":"https://github.com/verifykit/verifykit-sdk-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/verifykit/verifykit-sdk-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verifykit%2Fverifykit-sdk-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verifykit%2Fverifykit-sdk-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verifykit%2Fverifykit-sdk-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verifykit%2Fverifykit-sdk-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verifykit","download_url":"https://codeload.github.com/verifykit/verifykit-sdk-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verifykit%2Fverifykit-sdk-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266855903,"owners_count":23995582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["otp","phone","phone-number","phone-numbers","python","sdk","sms","sms-verification","telegram","verification","whatsapp","whatsapp-api"],"created_at":"2024-09-30T15:05:53.773Z","updated_at":"2025-07-24T14:32:42.479Z","avatar_url":"https://github.com/verifykit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VerifyKit\n\nVerifyKit 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.\n\n## Requirements\n\n - Python 2.7+\n - Python 3.6+\n\n## Installation\n\nYou can install pip package\n\n```bash\npip install VerifyKit\n```\n\n\n## Usage\n\n```python\n\nfrom VerifyKit import Verify\n\nverify = Verify(server_key=\"{SERVER-KEY}\")\nverify.validation(session_id='{SESSION-ID}')\n\nif verify.is_valid:\n    #Validation success.\n    print(verify.response())\n\nelif verify.is_valid == False:\n    #Validation fail.\n    print(verify.response())\n \n```\n\n### Validation Success Response\n```json\n{\n    \"validationType\": \"whatsapp\",\n    \"validationDate\": \"2019-11-07 07:35:28\",\n    \"phoneNumber\": \"+905555555555\"\n}\n```\n\n\n### Validation Fail Response\n```json\n{\n    \"status\": false,\n    \"errorCode\": \"ErrorCode\",\n    \"errorMessage\": \"Error Message\",\n    \"requestId\": \"app02-REQ-5dc3f853a9b84\"\n}\n```\n\n\n## Author\n\nVerifyKit is owned and maintained by [VerifyKit DevTeam](mailto:sdk@verifykit.com).\n\n\n## License\n\nThe MIT License\n\nCopyright (c) 2019-2020 VerifyKit. [http://verifykit.com](http://verifykit.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverifykit%2Fverifykit-sdk-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverifykit%2Fverifykit-sdk-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverifykit%2Fverifykit-sdk-python/lists"}