{"id":15063617,"url":"https://github.com/mimiquate/tower_slack","last_synced_at":"2025-04-10T11:25:01.917Z","repository":{"id":249678063,"uuid":"831094625","full_name":"mimiquate/tower_slack","owner":"mimiquate","description":"Elixir error tracking and reporting to Slack","archived":false,"fork":false,"pushed_at":"2025-03-18T12:52:12.000Z","size":119,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T13:45:39.782Z","etag":null,"topics":["elixir","error-monitoring","error-reporting","error-tracking","slack-webhook","tower"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/tower_slack","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mimiquate.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-07-19T16:39:05.000Z","updated_at":"2025-03-18T12:51:13.000Z","dependencies_parsed_at":"2024-08-05T15:46:30.611Z","dependency_job_id":"6a44a7e9-b54e-4f11-be4d-c7808f5c211e","html_url":"https://github.com/mimiquate/tower_slack","commit_stats":null,"previous_names":["mimiquate/tower_slack"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimiquate%2Ftower_slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimiquate%2Ftower_slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimiquate%2Ftower_slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimiquate%2Ftower_slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mimiquate","download_url":"https://codeload.github.com/mimiquate/tower_slack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208613,"owners_count":21065203,"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":["elixir","error-monitoring","error-reporting","error-tracking","slack-webhook","tower"],"created_at":"2024-09-25T00:04:57.524Z","updated_at":"2025-04-10T11:25:01.909Z","avatar_url":"https://github.com/mimiquate.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TowerSlack\n\n[![ci](https://github.com/mimiquate/tower_slack/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mimiquate/tower_slack/actions?query=branch%3Amain)\n[![Hex.pm](https://img.shields.io/hexpm/v/tower_slack.svg)](https://hex.pm/packages/tower_slack)\n[![Documentation](https://img.shields.io/badge/Documentation-purple.svg)](https://hexdocs.pm/tower_slack)\n\nError tracking and reporting to Slack.\n\nA simple [post-to-Slack](https://api.slack.com/messaging/webhooks) reporter for [Tower](https://github.com/mimiquate/tower) error handler.\n\n## Installation\n\nThe package can be installed by adding `tower_slack` to your list of dependencies in `mix.exs`:\n\n```elixir\n# mix.exs\n\ndef deps do\n  [\n    {:tower_slack, \"~\u003e 0.6.0\"}\n  ]\nend\n```\n\n## Usage\n\nRegister the reporter with Tower.\n\n```elixir\n# config/config.exs\n\nconfig(\n  :tower,\n  :reporters,\n  [\n    # along any other possible reporters\n    TowerSlack\n  ]\n)\n```\n\nAnd make any additional configurations specific to this reporter.\n\n```elixir\n# config/runtime.exs\n\nconfig :tower_slack,\n  otp_app: :your_app,\n  webhook_url: System.get_env(\"TOWER_SLACK_WEBHOOK_URL\"),\n  environment: System.get_env(\"DEPLOYMENT_ENV\", to_string(config_env()))\n```\n\nInstructions to create the Slack Webhook URL in https://api.slack.com/messaging/webhooks.\n\n## License\n\nCopyright 2024 Mimiquate\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimiquate%2Ftower_slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmimiquate%2Ftower_slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimiquate%2Ftower_slack/lists"}