{"id":41013534,"url":"https://github.com/amirhosseinab/gosms","last_synced_at":"2026-01-22T09:12:35.121Z","repository":{"id":57578600,"uuid":"181311949","full_name":"amirhosseinab/gosms","owner":"amirhosseinab","description":"A client library for the Restful APIs of https://www.sms.ir","archived":false,"fork":false,"pushed_at":"2019-05-01T05:21:51.000Z","size":16,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T12:04:13.818Z","etag":null,"topics":["golang","golang-library","library","sms-api"],"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/amirhosseinab.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":"2019-04-14T13:20:05.000Z","updated_at":"2024-02-27T21:59:36.000Z","dependencies_parsed_at":"2022-09-15T19:32:06.251Z","dependency_job_id":null,"html_url":"https://github.com/amirhosseinab/gosms","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/amirhosseinab/gosms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirhosseinab%2Fgosms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirhosseinab%2Fgosms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirhosseinab%2Fgosms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirhosseinab%2Fgosms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amirhosseinab","download_url":"https://codeload.github.com/amirhosseinab/gosms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirhosseinab%2Fgosms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28660103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["golang","golang-library","library","sms-api"],"created_at":"2026-01-22T09:12:34.475Z","updated_at":"2026-01-22T09:12:35.107Z","avatar_url":"https://github.com/amirhosseinab.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GOSMS\n\n[![Build Status](https://travis-ci.org/amirhosseinab/gosms.svg?branch=master)](https://travis-ci.org/amirhosseinab/gosms)\n[![codecov](https://codecov.io/gh/amirhosseinab/gosms/branch/master/graph/badge.svg)](https://codecov.io/gh/amirhosseinab/gosms)\n[![Go Report Card](https://goreportcard.com/badge/github.com/amirhosseinab/gosms)](https://goreportcard.com/report/github.com/amirhosseinab/gosms)\n[![GoDoc](https://godoc.org/github.com/amirhosseinab/gosms?status.svg)](https://godoc.org/github.com/amirhosseinab/gosms)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/amirhosseinab/gosms.svg?color=b03cca\u0026label=version)](https://github.com/amirhosseinab/gosms/tags)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA Golang client library over the Restful APIs of [www.sms.ir](https://www.sms.ir).\nI changed some of the APIs of this service to be more intuitive. \n\nIn the table below, I indicate which modules and methods of the SMS service implemented in this library.\n\nModules| APIs\n:---:|---\nUserInfo| \u003cul\u003e\u003cli\u003e[x] `GetToken`\u003c/li\u003e\u003cli\u003e[x] `Credit`\u003c/li\u003e\u003cli\u003e[ ] `SMSLine`\u003c/li\u003e\u003c/ul\u003e\nSend-Receive|\u003cul\u003e\u003cli\u003e[ ] `MessageSend`\u003c/li\u003e\u003cli\u003e[ ] `MessageSend (ReportByDate)`\u003c/li\u003e\u003cli\u003e[ ] `MessageSend (ReportById)`\u003c/li\u003e\u003cli\u003e[ ] `MessageSend (ReportByBachkey)`\u003c/li\u003e\u003cli\u003e[ ] `ReceiveMessage (ByLastID)`\u003c/li\u003e\u003cli\u003e[ ] `ReceiveMessage (ByDate)`\u003c/li\u003e\u003c/ul\u003e\nCustomerClub|\u003cul\u003e\u003cli\u003e[ ] `CustomerClubContact (AddContact)`\u003c/li\u003e\u003cli\u003e[ ] `CustomerClubContact (UpdateContact)`\u003c/li\u003e\u003cli\u003e[ ] `CustomerClubContact (GetCategories)`\u003c/li\u003e\u003cli\u003e[ ] `CustomerClubContact (GetContactsByCategory\u0026ById)`\u003c/li\u003e\u003cli\u003e[ ] `CustomerClubContact (GetAllContactsByPageID)`\u003c/li\u003e\u003cli\u003e[ ] `CustomerClub (Send)`\u003c/li\u003e\u003cli\u003e[ ] `CustomerClub (AddContact\u0026Send)`\u003c/li\u003e\u003cli\u003e[ ] `CustomerClub (SendToCategories)`\u003c/li\u003e\u003cli\u003e[ ] `CustomerClub (GetSendMessagesByPagination)`\u003c/li\u003e\u003cli\u003e[ ] `CustomerClub (GetSendMessagesByPaginationAndLastId)`\u003c/li\u003e\u003cli\u003e[ ] `CustomerClub (DeleteContactCustomerClub)`\u003c/li\u003e\u003c/ul\u003e\nVerification|\u003cul\u003e\u003cli\u003e[x] `VerificationCode`\u003c/li\u003e\u003cli\u003e[x] `UltraFastSend`\u003c/li\u003e\u003cli\u003e[ ] `MessageReport`\u003c/li\u003e\u003c/ul\u003e\n\n---\n## Contribution\nAny contribution is welcome to this repo. If you find an issue, please report that in the Issues section.\nBeyond that, if you like to code in this repo, I appreciate that.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirhosseinab%2Fgosms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famirhosseinab%2Fgosms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirhosseinab%2Fgosms/lists"}