{"id":18910227,"url":"https://github.com/u-mulder/go-sms-info","last_synced_at":"2026-01-12T00:31:23.569Z","repository":{"id":61260914,"uuid":"548058290","full_name":"u-mulder/go-sms-info","owner":"u-mulder","description":"Detecting sms info according to gsm charset gsm03.38 ","archived":false,"fork":false,"pushed_at":"2023-10-09T17:56:06.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T13:00:57.994Z","etag":null,"topics":["gsm","gsm0338","hacktoberfest","sms","ucs"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/u-mulder.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":"2022-10-08T21:09:08.000Z","updated_at":"2023-10-17T14:44:10.000Z","dependencies_parsed_at":"2024-06-21T08:47:48.125Z","dependency_job_id":"fda876d1-48d9-4204-8315-270e1b239195","html_url":"https://github.com/u-mulder/go-sms-info","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"28aeb5457173cd30d6f4004ba8e41e5ea36c3f88"},"previous_names":["u-mulder/sms-charset-detect"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/u-mulder/go-sms-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u-mulder%2Fgo-sms-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u-mulder%2Fgo-sms-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u-mulder%2Fgo-sms-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u-mulder%2Fgo-sms-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/u-mulder","download_url":"https://codeload.github.com/u-mulder/go-sms-info/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u-mulder%2Fgo-sms-info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28329796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:13:06.322Z","status":"ssl_error","status_checked_at":"2026-01-12T00:04:50.725Z","response_time":60,"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":["gsm","gsm0338","hacktoberfest","sms","ucs"],"created_at":"2024-11-08T09:41:43.851Z","updated_at":"2026-01-12T00:31:23.547Z","avatar_url":"https://github.com/u-mulder.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sms_info \n\n`sms-info` provides essential data about sms message using text of this message as input data.\n\n## Installation\n\n-- TODO\n\n\u003e go get github.com/u-mulder/go-sms-info\n\n## Usage\n\n```golang\nimport (\n    \"fmt\"\n    smsInfo \"github.com/u-mulder/go-sms-info\"\n)\n\nsmsText := \"Some sms text goes here\"\n\n// Create new SmsInfo struct using smsText as input\nsmsInfo := smsInfo.NewSmsInfo(smsText)\n\t\t\t\n// Output struct\nfmt.Printf(\"SmsInfo %v\", smsInfo)\n\n// Output struct's fields\nfmt.Printf(\n    \"Sms with text '%s' has len %d, is split in %d part(s) with %d max runes per part. All chars of sms are encoded using gsm charset: %t\",\n    smsInfo.Text(),\n    smsInfo.Len(),\n    smsInfo.PartsCount(),\n    smsInfo.RunesPerPart(),\n    smsInfo.IsGsm(),\n)\n```\n\n## Misc\n\nDetecting charset in php can be found [here](https://github.com/u-mulder/sms-charset-detector).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu-mulder%2Fgo-sms-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fu-mulder%2Fgo-sms-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu-mulder%2Fgo-sms-info/lists"}