{"id":20355772,"url":"https://github.com/zackproser/speakeasy","last_synced_at":"2026-04-21T13:33:13.169Z","repository":{"id":57611052,"uuid":"103052870","full_name":"zackproser/speakeasy","owner":"zackproser","description":"A simple golang package for sending SMS and making calls with Twilio","archived":false,"fork":false,"pushed_at":"2017-09-19T16:11:00.000Z","size":269,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T17:40:50.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/zackproser.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}},"created_at":"2017-09-10T18:40:26.000Z","updated_at":"2024-05-13T14:12:40.000Z","dependencies_parsed_at":"2022-09-11T03:00:22.799Z","dependency_job_id":null,"html_url":"https://github.com/zackproser/speakeasy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zackproser/speakeasy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackproser%2Fspeakeasy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackproser%2Fspeakeasy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackproser%2Fspeakeasy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackproser%2Fspeakeasy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zackproser","download_url":"https://codeload.github.com/zackproser/speakeasy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackproser%2Fspeakeasy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32094520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-14T23:14:00.126Z","updated_at":"2026-04-21T13:33:13.137Z","avatar_url":"https://github.com/zackproser.png","language":"Go","readme":"# Speakeasy\n\n![Speakeasy](img/speakeasy.png)\n\nA very simple package for sending SMS messages and making calls with a Twilio account.\n\n## Methods\n\n### SMS(to, body)\nGenerate an outbound SMS message\n\n### Call(to, twimlUrl)\nGenerate an outbound Twilio call to the supplied number. Twilio will attempt to parse TwiML served up at the supplied twimlUrl.\n\n## Usage\n\n```go\n\npackage main\n\nimport (\n  \"fmt\"\n\n  \"github.com/zackproser/speakeasy\"\n)\n\nfunc main() {\n  //Instantiate Speakeasy with your account SID, AuthToken and Twilio number\n  s := speakeasy.New(\"AC49a43r78fh717463fce21dsfue6ae\", \"8211129a9d43c587eftxbdh39c859666\", \"+555-555-5555\")\n\n  //Send an SMS\n  res, err := s.SMS(\"+14158675309\", \"Hello from Speakeasy\")\n\n  if err != nil {\n    fmt.Printf(\"Error sending SMS: %v\", err)\n  }\n\n  fmt.Printf(\"Response: %v\", res)\n\n  //Make a phone call\n  callRes, callErr := s.Call(\"+15103267023\", \"http://twimlets.com/echo?Twiml=%3CResponse%3E%3CSay%3EWelcome+to+speak+easy.%3C%2FSay%3E%3C%2FResponse%3E\")\n\n  if callErr != nil {\n    fmt.Printf(\"Error making Call: %v\", callErr)\n  }\n\n  fmt.Printf(\"Response: %v\", callRes)\n}\n\n```\n\n### Documentation\n\n[Godocs](https://godoc.org/github.com/zackproser/speakeasy)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzackproser%2Fspeakeasy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzackproser%2Fspeakeasy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzackproser%2Fspeakeasy/lists"}