{"id":24092503,"url":"https://github.com/trident-solutions/kotlin-auto-detect-otp","last_synced_at":"2025-10-27T08:05:50.300Z","repository":{"id":270438535,"uuid":"227792144","full_name":"Trident-Solutions/Kotlin-Auto-Detect-OTP","owner":"Trident-Solutions","description":"This is a simple android project for detecting the OTP that has sent to our mobile using the SMS Receiver.","archived":false,"fork":false,"pushed_at":"2020-02-15T05:46:57.000Z","size":320,"stargazers_count":33,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T00:43:43.832Z","etag":null,"topics":["android","auto-detection","kotlin","otp","otp-detection","sms-format"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Trident-Solutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-13T08:28:53.000Z","updated_at":"2025-05-06T22:29:05.000Z","dependencies_parsed_at":"2024-12-31T17:16:27.563Z","dependency_job_id":null,"html_url":"https://github.com/Trident-Solutions/Kotlin-Auto-Detect-OTP","commit_stats":null,"previous_names":["trident-solutions/kotlin-auto-detect-otp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Trident-Solutions/Kotlin-Auto-Detect-OTP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trident-Solutions%2FKotlin-Auto-Detect-OTP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trident-Solutions%2FKotlin-Auto-Detect-OTP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trident-Solutions%2FKotlin-Auto-Detect-OTP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trident-Solutions%2FKotlin-Auto-Detect-OTP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trident-Solutions","download_url":"https://codeload.github.com/Trident-Solutions/Kotlin-Auto-Detect-OTP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trident-Solutions%2FKotlin-Auto-Detect-OTP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281235217,"owners_count":26466153,"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-10-27T02:00:05.855Z","response_time":61,"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":["android","auto-detection","kotlin","otp","otp-detection","sms-format"],"created_at":"2025-01-10T07:45:14.249Z","updated_at":"2025-10-27T08:05:50.269Z","avatar_url":"https://github.com/Trident-Solutions.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Screenshot](https://tridentnets.com/banner.png)](https://tridentnets.com/)\r\n# Kotlin-Auto Detect OTP \r\n\r\nThis is a simple android project for detecting the OTP that has sent to our mobile using the SMS Receiver.\r\n\r\n[![Kotlin](https://img.shields.io/badge/Platform-Kotlin-blue.svg)](https://kotlinlang.org/)\r\n\r\n## Demo\r\n![Otp Detection](https://user-images.githubusercontent.com/57178805/70522647-8975c680-1b67-11ea-8e9b-0ed09c81ad9a.gif)\r\n\r\n## Screenshot\r\n![Screenshot](https://user-images.githubusercontent.com/57178805/70772076-67fc2100-1d99-11ea-93ee-fb6eb3fe486c.png)\r\n   \r\n## Sample SMS format for testing your OTP\r\n\r\nKindly use the below sms format for testing the OTP internally by replacing the hash key with yours.\r\n\r\n#### Sample OTP format\r\n\u003c#\u003e Otp detection: Hi, Kindly enter the below OTP 4578 to continue using our app.OKpl0nwrEpF (Replace with your hash string)\r\n\r\n### Reference\r\n\r\nFor more information regarding the automatic verification SMS, Kindly refer this [document](https://developers.google.com/identity/sms-retriever/overview)\r\n\r\n## Design \r\nKindly refer this link for design ,\r\n\r\nDribble link: https://dribbble.com/shots/9955834-OTP-Mobile?utm_source=Clipboard_Shot\u0026utm_campaign=Trident_Solutions\u0026utm_content=OTP%20Mobile\u0026utm_medium=Social_Share\r\n\r\nUplabs link: https://www.uplabs.com/posts/otp-mobile\r\n\r\n## License\r\n\r\n    Copyright 2019, Trident Solutions\r\n\r\n    Licensed under the Apache License, Version 2.0 (the \"License\");\r\n    you may not use this file except in compliance with the License.\r\n    You may obtain a copy of the License at\r\n\r\n       http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n    Unless required by applicable law or agreed to in writing, software\r\n    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n    See the License for the specific language governing permissions and\r\n    limitations under the License.\r\n\r\n### ⭐ Show some ❤️ and star if you like what you see ⭐\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrident-solutions%2Fkotlin-auto-detect-otp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrident-solutions%2Fkotlin-auto-detect-otp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrident-solutions%2Fkotlin-auto-detect-otp/lists"}