{"id":21820971,"url":"https://github.com/gtrias/amqp-notifier","last_synced_at":"2026-04-10T12:04:05.597Z","repository":{"id":71602468,"uuid":"76551778","full_name":"gtrias/amqp-notifier","owner":"gtrias","description":"Listen to amqp events and redirect messages to instant messaging system","archived":false,"fork":false,"pushed_at":"2017-10-09T15:50:20.000Z","size":12,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T07:26:05.864Z","etag":null,"topics":["amqp-notifier","nodejs","rabbitmq","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/gtrias.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}},"created_at":"2016-12-15T10:55:37.000Z","updated_at":"2024-12-21T01:10:22.000Z","dependencies_parsed_at":"2023-02-23T18:15:41.598Z","dependency_job_id":null,"html_url":"https://github.com/gtrias/amqp-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtrias%2Famqp-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtrias%2Famqp-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtrias%2Famqp-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtrias%2Famqp-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gtrias","download_url":"https://codeload.github.com/gtrias/amqp-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244787017,"owners_count":20510041,"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":["amqp-notifier","nodejs","rabbitmq","telegram","telegram-bot"],"created_at":"2024-11-27T16:40:03.133Z","updated_at":"2025-12-31T00:00:04.420Z","avatar_url":"https://github.com/gtrias.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# amqp-notifier\n\nThis bot will send messages to Telegram and Slack when a rabbitmq event is triggered, it uses\nnunjucks template defined in exchange configuration to show a comprehensive message to the receiver.\n\n## Running\n\n### Using docker\n\n```bash\ndocker run -e NODE_CONFIG='{}' -ti gtrias/amqp-notifier\n```\n\n### Using native nodejs\n\n(Edit your `config/default.json`)\n\n```bash\nnpm install\nnpm start\n```\n\n## Configuration\n\nCheck out `config/default.json` file to see all configurable fields\n\n\nExchanges configuration example:\n\n```javascript\n        \"exchanges\": [\n            {\n                \"name\": \"whatever.created\",\n                \"template\": \"your exchange nunjucks template {{ some.amqp.msg.field }}\"\n            }\n        ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtrias%2Famqp-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtrias%2Famqp-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtrias%2Famqp-notifier/lists"}