{"id":25411468,"url":"https://github.com/juanmorales1810/twilio-python","last_synced_at":"2026-04-28T08:02:39.435Z","repository":{"id":261230164,"uuid":"883112911","full_name":"Juanmorales1810/twilio-python","owner":"Juanmorales1810","description":"Prueba con la api de twilio para WhatsApp","archived":false,"fork":false,"pushed_at":"2025-09-26T15:54:05.000Z","size":437,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-27T13:51:56.298Z","etag":null,"topics":["fastapi","python","twilio","uvicorn"],"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/Juanmorales1810.png","metadata":{"files":{"readme":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-04T11:57:25.000Z","updated_at":"2025-09-26T20:35:03.000Z","dependencies_parsed_at":"2024-11-05T13:01:47.736Z","dependency_job_id":"507f984d-6b6c-4a3a-b375-2822ab734a76","html_url":"https://github.com/Juanmorales1810/twilio-python","commit_stats":null,"previous_names":["juanmorales1810/twilio-python"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Juanmorales1810/twilio-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juanmorales1810%2Ftwilio-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juanmorales1810%2Ftwilio-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juanmorales1810%2Ftwilio-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juanmorales1810%2Ftwilio-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Juanmorales1810","download_url":"https://codeload.github.com/Juanmorales1810/twilio-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juanmorales1810%2Ftwilio-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32371673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":["fastapi","python","twilio","uvicorn"],"created_at":"2025-02-16T10:17:55.600Z","updated_at":"2026-04-28T08:02:39.426Z","avatar_url":"https://github.com/Juanmorales1810.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# twilio-python\n\n## Dependencias\n\n-   FastAPI\n-   uvicorn\n-   motor\n-   twilio\n\n## Instalacion y inicializacion\n\n1. Clonar el repositorio\n\n```bash\n    git clone https://github.com/Juanmorales1810/twilio-python\n```\n\n2. Crear un entorno virtual\n\n```bash\n    cd twilio-python\n    python -m venv venv\n    source venv/bin/activate  # En Windows usa `venv\\Scripts\\Activate`\n```\n\n3. Instalar dependencias\n\n```bash\n    pip install -r requirements.txt\n```\n\n4. Crear un archivo .env que contenga:\n\n```\nTWILIO_ACCOUNT_SID=YOUR_TWILIO_ACCOUNT_SID\nTWILIO_AUTH_TOKEN=YOUR_TWILIO_AUTH_TOKEN\nTWILIO_PHONE_NUMBER=YOUR_TWILIO_PHONE_NUMBER\n```\n\n5. Iniciar el servidor\n\n```bash\n    uvicorn main:app --reload\n```\n\n## Como usar el WebHook de Twilio\n\n1.  Hacer una cuenta en ngrok - [Ngrok](https://ngrok.com/)\n2.  instalar ngrok\n3.  Iniciar el programa ngrok\n4.  Agregar el authtoken de ngrok al programa\n\n```bash\n   ngrok authtoken YOUR_NGROK_AUTH_TOKEN\n```\n\n5.  Iniciar el servidor en la consola\n\n```bash\n    uvicorn main:app --reload\n```\n\n6. Iniciar el servidor de ngrok\n\n```bash\n    ngrok http http://localhost:8000\n```\n\n7. Copiar el url de ngrok\n8. Agregar el url de ngrok al sandbox setting de Twilio en la parte de When a message is received\n\n## Contribuciones\n\nBienvenido a la comunidad de contribuciones! Por favor, lee el siguiente documento para comprender cómo contribuir a este proyecto.\n\n1. Hacer Fork al repositorio\n2. Crear una nueva rama para tus cambios\n3. Haz tus cambios y haz el commit de ellos.\n4. Envía tus cambios a tu repositorio bifurcado\n5. Crea una pull request al main del repositorio original\n\n## License\n\nEste proyecto está bajo la licencia MIT. Consulte el archivo de LICENCIA para obtener más información.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanmorales1810%2Ftwilio-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanmorales1810%2Ftwilio-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanmorales1810%2Ftwilio-python/lists"}