{"id":38033479,"url":"https://github.com/themakers/telegram-action","last_synced_at":"2026-01-16T19:47:19.892Z","repository":{"id":269793485,"uuid":"908104103","full_name":"themakers/telegram-action","owner":"themakers","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-26T07:52:20.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-26T08:17:56.903Z","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/themakers.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":"2024-12-25T06:24:28.000Z","updated_at":"2024-12-26T07:52:23.000Z","dependencies_parsed_at":"2024-12-26T10:15:16.321Z","dependency_job_id":null,"html_url":"https://github.com/themakers/telegram-action","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"5d3e2896453dbf7eca4b91c4a50eb29b707aeec1"},"previous_names":["themakers/telegram-action"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/themakers/telegram-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themakers%2Ftelegram-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themakers%2Ftelegram-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themakers%2Ftelegram-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themakers%2Ftelegram-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themakers","download_url":"https://codeload.github.com/themakers/telegram-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themakers%2Ftelegram-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28481951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":"2026-01-16T19:47:19.830Z","updated_at":"2026-01-16T19:47:19.887Z","avatar_url":"https://github.com/themakers.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# telegram-action\n\n* TODO: Optimize using binary release?\n* https://full-stack.blend.com/how-we-write-github-actions-in-go.html\n* https://api.github.com/repos/themakers/telegram-action/releases/latest\n```\nname: name\nauthor: author\ndescription: description\nruns:\n  using: node16\n  main: invoke-binary.js\n```\n\n```javascript\nfunction chooseBinary() {\n    // ...\n    if (platform === 'linux' \u0026\u0026 arch === 'x64') {\n        return `main-linux-amd64-${VERSION}`\n    }\n    // ...\n}\n\nconst binary = chooseBinary()\nconst mainScript = `${__dirname}/${binary}`\nconst spawnSyncReturns = childProcess.spawnSync(mainScript, { stdio: 'inherit' })\n\n```\n\n\n```yaml\n---\nname: My action\nauthor: My name\ndescription: My description\n\nruns:\n  using: docker\n  image: Dockerfile\n\n\n\n\n\n---\nsteps:\n- name: My action\n  uses: docker://themakers/telegram-action:latest\n\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemakers%2Ftelegram-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemakers%2Ftelegram-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemakers%2Ftelegram-action/lists"}