{"id":20926361,"url":"https://github.com/rafael-lee1/envio_sms_python","last_synced_at":"2026-05-01T03:36:33.886Z","repository":{"id":161820418,"uuid":"572156437","full_name":"Rafael-Lee1/Envio_SMS_Python","owner":"Rafael-Lee1","description":"Envio de SMS  gratuito ,usando Python","archived":false,"fork":false,"pushed_at":"2022-11-29T17:54:51.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T18:17:26.007Z","etag":null,"topics":["python","python-sms","twilio","twilio-api","twilio-sms","twilio-sms-api"],"latest_commit_sha":null,"homepage":"","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/Rafael-Lee1.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-29T17:10:12.000Z","updated_at":"2022-11-29T22:34:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"5aa3fd8b-bdae-418e-94a2-02bfb1431642","html_url":"https://github.com/Rafael-Lee1/Envio_SMS_Python","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/Rafael-Lee1%2FEnvio_SMS_Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafael-Lee1%2FEnvio_SMS_Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafael-Lee1%2FEnvio_SMS_Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafael-Lee1%2FEnvio_SMS_Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rafael-Lee1","download_url":"https://codeload.github.com/Rafael-Lee1/Envio_SMS_Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318759,"owners_count":20272144,"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":["python","python-sms","twilio","twilio-api","twilio-sms","twilio-sms-api"],"created_at":"2024-11-18T20:37:47.682Z","updated_at":"2026-05-01T03:36:28.846Z","avatar_url":"https://github.com/Rafael-Lee1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":" ENVIO_SMS_PYTHON\n Envio de SMS  gratuito ,usando Python\n \n \u003cdiv\u003e\n\u003cimg src=\"http://img.shields.io/static/v1?label=STATUS\u0026message=%20FINALIZADO\u0026color=GREEN\u0026style=for-the-badge\"/\u003e\n\u003c/div\u003e\n\u003cdiv\u003e\n\u003ca target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://img.shields.io/badge/Twilio-F22F46?style=for-the-badge\u0026logo=Twilio\u0026logoColor=white\"\u003e\u003cimg src=\"https://img.shields.io/badge/Twilio-F22F46?style=for-the-badge\u0026logo=Twilio\u0026logoColor=white\" alt=\"html\" width=\"50\" height=\"25\" data-canonical-src=\"https://cdn.icon-icons.com/icons2/2415/PNG/512/html_original_wordmark_logo_icon_146478.png\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\n\u003ca target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://camo.githubusercontent.com/f06aea2585a5ebb7c97ff88c1e3ec42fe92502fbd897abe4bf2e56eb7039e1aa/68747470733a2f2f63646e2e69636f6e2d69636f6e732e636f6d2f69636f6e73322f3131322f504e472f3531322f707974686f6e5f31383839342e706e67\"\u003e\u003cimg src=\"https://camo.githubusercontent.com/f06aea2585a5ebb7c97ff88c1e3ec42fe92502fbd897abe4bf2e56eb7039e1aa/68747470733a2f2f63646e2e69636f6e2d69636f6e732e636f6d2f69636f6e73322f3131322f504e472f3531322f707974686f6e5f31383839342e706e67\" alt=\"python\" width=\"40\" height=\"40\" data-canonical-src=\"https://cdn.icon-icons.com/icons2/112/PNG/512/python_18894.png\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n Python e API com Login\n# \n O 1º Passo de toda API com Login é criar uma conta e pegar suas credenciais\n# \n No seu código, o 1º passo é sempre estabelecer a conexão com a API, usando seu login e suas credenciais\n# \n - Como cada API é uma ferramenta diferente, cada uma delas pode exigir que você faça algum tipo de configuração, que vai estar explicada na API. No nosso caso, teremos que validar um número e criar um número de envio\n# \n - Depois, usamos os métodos da API normalmente para fazer o que queremos. No nosso caso, enviar um SMS\n\n 1. Vamos criar um login no Twilio\n# \n https://www.twilio.com/docs/libraries/python\n\n 2. Depois do Login, vamos pegar 3 informações:\n# \n - ID da Conta\n - Token\n - Número de Envio\n\n 3. Agora vamos validar um número porque no Twilio, enviar SMS para um número válido é de graça\n\n 4. Agora podemos fazer o nosso código de acordo com as orientações do Twilio\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafael-lee1%2Fenvio_sms_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafael-lee1%2Fenvio_sms_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafael-lee1%2Fenvio_sms_python/lists"}