{"id":21206129,"url":"https://github.com/masaar/limp_gateway_twilio","last_synced_at":"2026-04-28T09:33:40.486Z","repository":{"id":98762943,"uuid":"219184990","full_name":"masaar/limp_gateway_twilio","owner":"masaar","description":"LIMP Gateway for Twilio","archived":false,"fork":false,"pushed_at":"2019-11-26T13:18:51.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T01:07:02.060Z","etag":null,"topics":["gateway","limp","twilio","twilio-sms"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masaar.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":"2019-11-02T16:57:26.000Z","updated_at":"2020-05-09T09:51:05.000Z","dependencies_parsed_at":"2023-05-25T05:30:41.547Z","dependency_job_id":null,"html_url":"https://github.com/masaar/limp_gateway_twilio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masaar/limp_gateway_twilio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_twilio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_twilio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_twilio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_twilio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masaar","download_url":"https://codeload.github.com/masaar/limp_gateway_twilio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_twilio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32375593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gateway","limp","twilio","twilio-sms"],"created_at":"2024-11-20T20:54:17.299Z","updated_at":"2026-04-28T09:33:40.467Z","avatar_url":"https://github.com/masaar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LIMP Gateway for Twilio\nThis repo is a [LIMP](https://github.com/masaar/limp) [Package](https://github.com/masaar/limp-docs/blob/APIv5.8/api/package.md) for the sole purpose of integrating [Twilio SMS](https://www.twilio.com/sms) into LIMP apps using [LIMP Gateways](https://github.com/masaar/limp-docs/blob/APIv5.8/api/gateways.md).\n\n## How-to\n1. Clone this repo into your LIMP `modules` folder.\n2. Add following to your app package config:\n```python\n'vars':{\n\t'twilio':{\n\t\t'sid':'YOUR_TWILIO_SID_HERE',\n\t\t'token':'YOUR_TWILIO_TOKEN_HERE',\n\t\t'no':'YOUR_TWILIO_PHONE_HERE'\n\t}\n}\n```\n3. Twilio gateway requires following args:\n   1. `phone`: Target phone number using international format with prefixed `+`. Type `str`.\n   2. `content`: Message body. Type `str`.\n4. Twilio gateway accepts optional arg, namely `twilio_auth`, replicating `twilio` value in `vars Config Attr` for dynamic Twilio API credentials.\n5. Use Twilio gateway using LIMP Gateway Controller:\n```python\nfrom gateway import Gateway\n\nGateway.send(gateway='twilio', phone=phone, content=content)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasaar%2Flimp_gateway_twilio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasaar%2Flimp_gateway_twilio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasaar%2Flimp_gateway_twilio/lists"}