{"id":22363184,"url":"https://github.com/oanderoficial/numberlocator","last_synced_at":"2025-03-26T15:18:03.707Z","repository":{"id":159006616,"uuid":"613651518","full_name":"oanderoficial/numberlocator","owner":"oanderoficial","description":" Usando Python para descobrir operadora e região de um número de telefone. ","archived":false,"fork":false,"pushed_at":"2024-05-28T21:30:05.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T16:22:26.921Z","etag":null,"topics":["phonenumbers","python","tel","telefone"],"latest_commit_sha":null,"homepage":"","language":"Python","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/oanderoficial.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":"2023-03-14T01:54:02.000Z","updated_at":"2024-05-28T21:30:08.000Z","dependencies_parsed_at":"2024-05-29T00:45:24.568Z","dependency_job_id":null,"html_url":"https://github.com/oanderoficial/numberlocator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oanderoficial%2Fnumberlocator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oanderoficial%2Fnumberlocator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oanderoficial%2Fnumberlocator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oanderoficial%2Fnumberlocator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oanderoficial","download_url":"https://codeload.github.com/oanderoficial/numberlocator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245678901,"owners_count":20654738,"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","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":["phonenumbers","python","tel","telefone"],"created_at":"2024-12-04T17:14:01.690Z","updated_at":"2025-03-26T15:18:03.680Z","avatar_url":"https://github.com/oanderoficial.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# numberlocator\n\nUsando Python para descobrir operadora e região de um número de telefone.\n\n\u003cstrong\u003e Biblioteca: \u003c/strong\u003e\n```\npip install phonenumbers\n```\n\n\u003cstrong\u003e 📦 Download: \u003c/strong\u003e https://pypi.org/project/phonenumbers/\n\n```python\nimport phonenumbers\n```\n\n\u003cstrong\u003e # import geocoder, carrier \u003c/strong\u003e \n```python\nfrom phonenumbers import geocoder, carrier\n```\n\n\u003cstrong\u003e Especifique o número de telefone  \u003c/strong\u003e\n\n```python\na =input(\"Digite o número de telefone:\")\n```\n\u003cstrong\u003e Região \u003c/strong\u003e\n```python\nphonenumber = phonenumbers.parse(a)\n```\n\n\u003cstrong\u003e Capturando a operadora  \u003c/strong\u003e \n```python\noperadora = carrier.name_for_number(phonenumber, 'pt-br')\n```\n\u003cstrong\u003e Exibir a localização do número de telefone \u003c/strong\u003e\n```python\nregiao = geocoder.description_for_number(phonenumber, 'pt-br')\n\nprint(\"O estado é: \" +regiao)\nprint(\"a Operadora é:\" + operadora)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foanderoficial%2Fnumberlocator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foanderoficial%2Fnumberlocator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foanderoficial%2Fnumberlocator/lists"}