{"id":13414086,"url":"https://github.com/farmergreg/textbelt","last_synced_at":"2025-04-06T11:32:45.924Z","repository":{"id":57496955,"uuid":"41767365","full_name":"farmergreg/textbelt","owner":"farmergreg","description":"golang library for textbelt.com","archived":false,"fork":false,"pushed_at":"2015-09-04T14:12:39.000Z","size":232,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-20T09:36:03.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.gregd.org/","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/farmergreg.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":"2015-09-01T22:46:42.000Z","updated_at":"2024-11-06T02:09:21.000Z","dependencies_parsed_at":"2022-09-03T02:30:57.750Z","dependency_job_id":null,"html_url":"https://github.com/farmergreg/textbelt","commit_stats":null,"previous_names":["dietsche/textbelt"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Ftextbelt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Ftextbelt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Ftextbelt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Ftextbelt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farmergreg","download_url":"https://codeload.github.com/farmergreg/textbelt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415960,"owners_count":20935388,"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":[],"created_at":"2024-07-30T20:01:57.266Z","updated_at":"2025-04-06T11:32:45.565Z","avatar_url":"https://github.com/farmergreg.png","language":"Go","funding_links":[],"categories":["Third-party APIs","Utility"],"sub_categories":["Fail injection"],"readme":"textbelt.com API for GO\n==================\n[![GoDoc](https://godoc.org/github.com/dietsche/textbelt?status.png)](https://godoc.org/github.com/dietsche/textbelt) [![Code Coverage](http://gocover.io/_badge/github.com/dietsche/textbelt)](http://gocover.io/github.com/dietsche/textbelt) [![Build Status](https://travis-ci.org/dietsche/textbelt.svg)](https://travis-ci.org/dietsche/textbelt)\n\nThis library sends text messages to mobile phones using http://textbelt.com\n\n## Installing\n\n### go get\n    $ go get gopkg.in/dietsche/textbelt.v1\n\n### Example Code\n    package main\n    \n    import (\n        \"gopkg.in/dietsche/textbelt.v1\"\n    )\n    \n    func main() {\n        texter := textbelt.New()\n        phoneToText := \"123-456-7890\"\n        if err := texter.Text(phoneToText, \"txt msg from go!\"); err != nil {\n            panic(err)\n        }\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarmergreg%2Ftextbelt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarmergreg%2Ftextbelt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarmergreg%2Ftextbelt/lists"}