{"id":21206130,"url":"https://github.com/masaar/limp_gateway_unifonic","last_synced_at":"2026-04-25T08:33:42.470Z","repository":{"id":98762959,"uuid":"219185577","full_name":"masaar/limp_gateway_unifonic","owner":"masaar","description":"LIMP Gateway for Unifonic","archived":false,"fork":false,"pushed_at":"2019-11-26T13:18:07.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-02T23:14:46.105Z","etag":null,"topics":["gateway","limp","unifonic"],"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-02T17:01:55.000Z","updated_at":"2020-05-09T09:51:50.000Z","dependencies_parsed_at":"2023-05-25T05:30:36.275Z","dependency_job_id":null,"html_url":"https://github.com/masaar/limp_gateway_unifonic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masaar/limp_gateway_unifonic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_unifonic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_unifonic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_unifonic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_unifonic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masaar","download_url":"https://codeload.github.com/masaar/limp_gateway_unifonic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_unifonic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32255307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"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","unifonic"],"created_at":"2024-11-20T20:54:17.458Z","updated_at":"2026-04-25T08:33:42.454Z","avatar_url":"https://github.com/masaar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LIMP Gateway for Unifonic\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 [Unifonic SMS](https://www.unifonic.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'unifonic':{'sid':'YOUR_UNIFONIC_SID_HERE'}\n}\n```\n3. Unifonic 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. Unifnoic gateway accepts optional arg, namely `unifonic_auth`, replicating `unifonic` value in `vars Config Attr` for dynamic Unifonic API credentials.\n5. Use Unifonic gateway using LIMP Gateway Controller:\n```python\nfrom gateway import Gateway\n\nGateway.send(gateway='unifonic', phone=phone, content=content)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasaar%2Flimp_gateway_unifonic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasaar%2Flimp_gateway_unifonic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasaar%2Flimp_gateway_unifonic/lists"}