{"id":37144022,"url":"https://github.com/vadviktor/telegram-msg","last_synced_at":"2026-01-14T16:54:43.345Z","repository":{"id":59047577,"uuid":"119597097","full_name":"vadviktor/telegram-msg","owner":"vadviktor","description":"Very basic Telegram BOT message sender.","archived":true,"fork":false,"pushed_at":"2018-04-10T09:24:03.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-28T11:50:25.305Z","etag":null,"topics":["go","golang","library","telegram-bot-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/vadviktor.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":"2018-01-30T21:32:46.000Z","updated_at":"2024-01-27T09:19:46.000Z","dependencies_parsed_at":"2022-09-11T06:51:51.137Z","dependency_job_id":null,"html_url":"https://github.com/vadviktor/telegram-msg","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vadviktor/telegram-msg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadviktor%2Ftelegram-msg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadviktor%2Ftelegram-msg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadviktor%2Ftelegram-msg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadviktor%2Ftelegram-msg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vadviktor","download_url":"https://codeload.github.com/vadviktor/telegram-msg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadviktor%2Ftelegram-msg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"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":["go","golang","library","telegram-bot-api"],"created_at":"2026-01-14T16:54:42.655Z","updated_at":"2026-01-14T16:54:43.336Z","avatar_url":"https://github.com/vadviktor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# telegram-msg\n\nTelegram BOT message sending library for Go (pretty basic).\n\n```go\npackage main\n\nimport \"github.com/vadviktor/telegram-msg\"\n\nfunc main() {\n    s := \u0026telegram_msg.Telegram{}\n    s.Create(\"someBotApiToken\", 12345)\n    s.Send(\"I can send plain fmt.Println.\")\n    s.Send(\"I can act like %s too.\", \"fmt.Sprintf\")\n    s.SendSilent(\"I can send silent messages the won't have notifications.\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadviktor%2Ftelegram-msg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvadviktor%2Ftelegram-msg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadviktor%2Ftelegram-msg/lists"}