{"id":19662922,"url":"https://github.com/pustovitdmytro/sns-telegram-bot","last_synced_at":"2026-05-10T13:00:52.150Z","repository":{"id":38173062,"uuid":"240306580","full_name":"pustovitDmytro/sns-telegram-bot","owner":"pustovitDmytro","description":"Telegram transport for SNS notifications","archived":false,"fork":false,"pushed_at":"2024-10-21T23:08:46.000Z","size":4988,"stargazers_count":0,"open_issues_count":48,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-22T05:45:00.943Z","etag":null,"topics":["alarms","aws","notifications","sns","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/pustovitDmytro.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"pustovit"}},"created_at":"2020-02-13T16:25:03.000Z","updated_at":"2023-03-17T01:17:18.000Z","dependencies_parsed_at":"2023-10-11T00:19:45.251Z","dependency_job_id":"4e373a83-b469-45af-bb03-a46e4fce2f83","html_url":"https://github.com/pustovitDmytro/sns-telegram-bot","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fsns-telegram-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fsns-telegram-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fsns-telegram-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fsns-telegram-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pustovitDmytro","download_url":"https://codeload.github.com/pustovitDmytro/sns-telegram-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240971471,"owners_count":19886756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["alarms","aws","notifications","sns","telegram","telegram-bot"],"created_at":"2024-11-11T16:12:48.697Z","updated_at":"2026-05-10T13:00:47.056Z","avatar_url":"https://github.com/pustovitDmytro.png","language":"JavaScript","funding_links":["https://patreon.com/pustovit"],"categories":[],"sub_categories":[],"readme":"# sns-telegram-bot\r\nTelegram transport for SNS notifications.\r\n\r\n[![CodeFactor][codefactor-badge]][codefactor-url]\r\n[![SonarCloud][sonarcloud-badge]][sonarcloud-url]\r\n[![Codacy][codacy-badge]][codacy-url]\r\n[![Total alerts][lgtm-alerts-badge]][lgtm-alerts-url]\r\n[![Language grade][lgtm-lg-badge]][lgtm-lg-url]\r\n[![Scrutinizer][scrutinizer-badge]][scrutinizer-url]\r\n\r\n[![Build Status][tests-badge]][tests-url]\r\n[![Coverage Status][badge-coverage]][url-coverage]\r\n[![Commit activity][commit-activity-badge]][github]\r\n[![FOSSA][fossa-badge]][fossa-url]\r\n[![License][badge-lic]][github]\r\n\r\n## Table of Contents\r\n  - [Requirements](#requirements)\r\n  - [Installation](#installation)\r\n  - [Usage](#usage)\r\n  - [API Documentation](#api-documentation)\r\n  - [Community Bot](#community-bot)\r\n  - [Contribute](#contribute)\r\n\r\n## Requirements\r\n[![Platform Status][node-ver-test-badge]][node-ver-test-url]\r\n\r\nTo use library you need to have [node](https://nodejs.org) and [npm](https://www.npmjs.com) installed in your machine:\r\n\r\n* node `\u003e=10`\r\n* npm `\u003e=6`\r\n\r\nPackage is [continuously tested][node-ver-test-url] on darwin, linux and win32 platforms. All active and maintenance [LTS](https://nodejs.org/en/about/releases/) node releases are supported.\r\n\r\n## Installation\r\n\r\nClone sources from GitHub, and install modules:\r\n\r\n```bash\r\n  git clone git@github.com:pustovitDmytro/sns-telegram-bot.git\r\n  cd sns-telegram-bot\r\n  npm install\r\n```\r\n\r\n## Usage\r\n\r\npass configuration as env variables (.env files supported)\r\n\r\ndefault values are in [.env.defaults](./.env.defaults)\r\n\r\nrun compiled version by:\r\n```bash\r\n  node lib/app.js\r\n```\r\nor sources by:\r\n```bash\r\n  npx babel-node runner.js\r\n```\r\n\r\n## API Documentation\r\n\r\nCheck api-blueprint and swagger in [docs folder](./docs) or [Github-pages](https://pustovitdmytro.github.io/sns-telegram-bot/api-blueprint)\r\n\r\n## Community Bot \r\n\r\nIf you don't want to self-deploy, just use community bot [@aws_sns_to_tg_bot](https://telegram.me/aws_sns_to_tg_bot). It does not store any data, so feel free to use it.\r\n\r\n## Contribute\r\n\r\nMake the changes to the code and tests. Then commit to your branch. Be sure to follow the commit message conventions. Read [Contributing Guidelines](.github/CONTRIBUTING.md) for details.\r\n\r\n[npm]: https://www.npmjs.com/package/sns-telegram-bot\r\n[github]: https://github.com/pustovitDmytro/sns-telegram-bot\r\n[coveralls]: https://coveralls.io/github/pustovitDmytro/sns-telegram-bot?branch=master\r\n[badge-deps]: https://img.shields.io/librariesio/release/npm/sns-telegram-bot.svg\r\n[badge-vers]: https://img.shields.io/npm/v/sns-telegram-bot.svg\r\n[badge-lic]: https://img.shields.io/github/license/pustovitDmytro/sns-telegram-bot.svg\r\n[badge-coverage]: https://coveralls.io/repos/github/pustovitDmytro/sns-telegram-bot/badge.svg?branch=master\r\n[url-coverage]: https://coveralls.io/github/pustovitDmytro/sns-telegram-bot?branch=master\r\n\r\n[snyk-badge]: https://snyk-widget.herokuapp.com/badge/npm/sns-telegram-bot/badge.svg\r\n[snyk-url]: https://snyk.io/advisor/npm-package/sns-telegram-bot\r\n\r\n[tests-badge]: https://img.shields.io/circleci/build/github/pustovitDmytro/sns-telegram-bot\r\n[tests-url]: https://app.circleci.com/pipelines/github/pustovitDmytro/sns-telegram-bot\r\n\r\n[codefactor-badge]: https://www.codefactor.io/repository/github/pustovitdmytro/sns-telegram-bot/badge\r\n[codefactor-url]: https://www.codefactor.io/repository/github/pustovitdmytro/sns-telegram-bot\r\n\r\n[commit-activity-badge]: https://img.shields.io/github/commit-activity/m/pustovitDmytro/sns-telegram-bot\r\n\r\n[scrutinizer-badge]: https://scrutinizer-ci.com/g/pustovitDmytro/sns-telegram-bot/badges/quality-score.png?b=master\r\n[scrutinizer-url]: https://scrutinizer-ci.com/g/pustovitDmytro/sns-telegram-bot/?branch=master\r\n\r\n[lgtm-lg-badge]: https://img.shields.io/lgtm/grade/javascript/g/pustovitDmytro/sns-telegram-bot.svg?logo=lgtm\u0026logoWidth=18\r\n[lgtm-lg-url]: https://lgtm.com/projects/g/pustovitDmytro/sns-telegram-bot/context:javascript\r\n\r\n[lgtm-alerts-badge]: https://img.shields.io/lgtm/alerts/g/pustovitDmytro/sns-telegram-bot.svg?logo=lgtm\u0026logoWidth=18\r\n[lgtm-alerts-url]: https://lgtm.com/projects/g/pustovitDmytro/sns-telegram-bot/alerts/\r\n\r\n[codacy-badge]: https://app.codacy.com/project/badge/Grade/8667aa23afaa4725854f098c4b5e8890\r\n[codacy-url]: https://www.codacy.com/gh/pustovitDmytro/sns-telegram-bot/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=pustovitDmytro/sns-telegram-bot\u0026amp;utm_campaign=Badge_Grade\r\n\r\n[sonarcloud-badge]: https://sonarcloud.io/api/project_badges/measure?project=pustovitDmytro_sns-telegram-bot\u0026metric=alert_status\r\n[sonarcloud-url]: https://sonarcloud.io/dashboard?id=pustovitDmytro_sns-telegram-bot\r\n\r\n[npm-downloads-badge]: https://img.shields.io/npm/dw/sns-telegram-bot\r\n[npm-size-badge]: https://img.shields.io/bundlephobia/min/sns-telegram-bot\r\n[npm-size-url]: https://bundlephobia.com/result?p=sns-telegram-bot\r\n\r\n[node-ver-test-badge]: https://github.com/pustovitDmytro/sns-telegram-bot/actions/workflows/npt.yml/badge.svg?branch=master\r\n[node-ver-test-url]: https://github.com/pustovitDmytro/sns-telegram-bot/actions?query=workflow%3A%22Node.js+versions%22\r\n\r\n[fossa-badge]: https://app.fossa.com/api/projects/custom%2B24828%2Fsns-telegram-bot.svg?type=shield\r\n[fossa-url]: https://app.fossa.com/projects/custom%2B24828%2Fsns-telegram-bot?ref=badge_shield","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpustovitdmytro%2Fsns-telegram-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpustovitdmytro%2Fsns-telegram-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpustovitdmytro%2Fsns-telegram-bot/lists"}