{"id":48543939,"url":"https://github.com/jehy/gotogram","last_synced_at":"2026-04-08T06:01:41.057Z","repository":{"id":346025912,"uuid":"1188130178","full_name":"jehy/gotogram","owner":"jehy","description":"Small app to sync messages from gotify to telegram","archived":false,"fork":false,"pushed_at":"2026-03-21T22:22:19.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-22T10:57:08.550Z","etag":null,"topics":["gotify","sync","telegram","telegrambot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jehy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-21T16:53:59.000Z","updated_at":"2026-03-21T22:22:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jehy/gotogram","commit_stats":null,"previous_names":["jehy/gotogram"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jehy/gotogram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jehy%2Fgotogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jehy%2Fgotogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jehy%2Fgotogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jehy%2Fgotogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jehy","download_url":"https://codeload.github.com/jehy/gotogram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jehy%2Fgotogram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31542384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"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":["gotify","sync","telegram","telegrambot"],"created_at":"2026-04-08T06:01:35.960Z","updated_at":"2026-04-08T06:01:41.051Z","avatar_url":"https://github.com/jehy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gotogram\n\n![Test](https://github.com/jehy/gotogram/workflows/Test/badge.svg)\n[![Known Vulnerabilities](https://snyk.io/test/github/jehy/gotogram/badge.svg)](https://snyk.io/test/github/jehy/gotogram)\n\nSimple app to sync messages from gotify to telegram\n\n## Install with docker compose\n\n```yml\nversion: '3.9'\n\nservices:\n  gotogram:\n    image: ghcr.io/jehy/gotogram/gotogram:latest\n    container_name: gotogram\n    restart: unless-stopped\n    deploy:\n      resources:\n        limits:\n          cpus: '0.3'\n          memory: 200M\n    environment:\n      GOTIFY_WS_URL: wss://gotify.yourdomain.com/stream #websocket gotify url, should start from ws if http, and from wss if https. Should end with /stream.\n      GOTIFY_TOKEN: XXXXX\n      TELEGRAM_BOT_TOKEN: XXX:YYY\n      TELEGRAM_CHAT_ID: xxx\n```\n\nSet `TELEGRAM_BOT_TOKEN` value to token from [@BotFather](https://t.me/BotFather)\n\nYou can also use environment variable `DEBUG: true` to pring messages from gotify.\n\n## Launch without docker\n\nNodeJS 24+ required.\n\n1. `git clone https://github.com/jehy/gotogram.git`\n2. `cd gotogram`\n3. `npm ci`\n4. `GOTIFY_WS_URL=wss://gotify.domain.com/stream GOTIFY_TOKEN=XXX TELEGRAM_BOT_TOKEN=XXX:YYY TELEGRAM_CHAT_ID=ZZZ node src/index.ts`\n\n## FAQ\n\n**Why not gotify plugin?**\n* I don't like the idea of recompiling plugun every time I update gotify\n* Sometimes you need to put telegram client on another server from gotify\n* I like putting different tasks on different docker containers\n* Separate container should work fine without updates as long as gotify does not change it's websocket API\n\n## See also\n\n**Plugins:**\n\n* https://github.com/anhbh310/gotify2telegram - seems abandoned, and I could not manage forks to work\n* https://github.com/0xpetersatoshi/gotify-to-telegram - seems abandoned\n\n**Standalone Apps:**\n\n* https://github.com/Tiagura/gotigram - almost same as this one (gotogram), I didn't manage to google it until I wrote my own :) Even the title is simular. It's written in go, so it consumes less resources. Also it's more powerful, but more complex and may be less easy to set up.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjehy%2Fgotogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjehy%2Fgotogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjehy%2Fgotogram/lists"}