{"id":18331407,"url":"https://github.com/notify-events/bash","last_synced_at":"2026-05-07T08:36:35.341Z","repository":{"id":118648837,"uuid":"272222771","full_name":"notify-events/bash","owner":"notify-events","description":"Bash script to integrate your project with Notify.Events service.","archived":false,"fork":false,"pushed_at":"2020-06-21T12:35:24.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T18:14:14.421Z","etag":null,"topics":["alert","bash","bash-script","call","notification","slack","teams","telegram","viber","voice"],"latest_commit_sha":null,"homepage":"https://notify.events/source/67","language":"Shell","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/notify-events.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":"2020-06-14T14:51:32.000Z","updated_at":"2021-05-14T15:28:20.000Z","dependencies_parsed_at":"2023-11-10T12:07:15.971Z","dependency_job_id":null,"html_url":"https://github.com/notify-events/bash","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/notify-events%2Fbash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notify-events%2Fbash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notify-events%2Fbash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notify-events%2Fbash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notify-events","download_url":"https://codeload.github.com/notify-events/bash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085325,"owners_count":21045139,"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":["alert","bash","bash-script","call","notification","slack","teams","telegram","viber","voice"],"created_at":"2024-11-05T19:31:38.216Z","updated_at":"2026-05-07T08:36:30.320Z","avatar_url":"https://github.com/notify-events.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash script for Notify.Events\n\nA simple bash script that simplifies the process of integrating your project with the [Notify.Events](https://notify.events) service to send messages to your channels.\n\n#### Instruction on another languages\n\n- [Русский](/README_RU.md)\n\n# Using instructions\n\nTo send a message using a bash script, you need to:\n- Add the [Bash source](https://notify.events/source/67) to your Notify.Events channel and get your `token` \n- Place the [notify.events.sh](/notify.events.sh) script file into environment which have Internet connection\n- Run the script passing the necessary parameters\n\nUsage example:\n```\n./notify.events.sh \\\n    --token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \\\n    --text=\"Hello \u003cb\u003eworld\u003c/b\u003e\" \\\n    --priority=high \\\n    --image=/var/log/hourly.jpg \\\n    --image=/var/log/weekly.jpg \\\n    --file=/var/log/summary.log\n```\n\n# List of available parameters\n\n| Parameter  | Required | Description                                 |\n|------------|----------|---------------------------------------------|\n| --token    | true     | param to specify your Notify.Events `token` |\n| --text     | true     | param to specify message text (allowed html tags: `\u003cb\u003e`, `\u003ci\u003e`, `\u003ca\u003e`, `\u003cbr\u003e`) |\n| --title    | false    | message title                               |\n| --priority | false    | message priority (available values: `highest`, `high`, `normal`, `low`, `lowest`. Default: `normal`) |\n| --level    | false    | message level (available values: `verbose`, `info`, `notice`, `warning`, `error`, `success`. Default: `info`) |\n| --file     | false    | attach local file                           |\n| --image    | false    | attach local image                          |\n\nYou can use the `--file` and `--image` parameters several times in one call to attach multiple files to your message.\n\nUse the `--help` parameter to display script usage instructions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotify-events%2Fbash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotify-events%2Fbash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotify-events%2Fbash/lists"}