{"id":23108354,"url":"https://github.com/muarachmann/slack-notify-action","last_synced_at":"2026-04-17T00:33:46.343Z","repository":{"id":55268029,"uuid":"246773405","full_name":"muarachmann/slack-notify-action","owner":"muarachmann","description":"Post inspirational messages to slack channel","archived":false,"fork":false,"pushed_at":"2022-08-18T19:23:52.000Z","size":15,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T22:45:08.826Z","etag":null,"topics":["axios","github-actions","javascript","node","slack"],"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/muarachmann.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}},"created_at":"2020-03-12T07:46:48.000Z","updated_at":"2020-03-12T10:48:42.000Z","dependencies_parsed_at":"2022-08-14T18:42:26.145Z","dependency_job_id":null,"html_url":"https://github.com/muarachmann/slack-notify-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/muarachmann/slack-notify-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muarachmann%2Fslack-notify-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muarachmann%2Fslack-notify-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muarachmann%2Fslack-notify-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muarachmann%2Fslack-notify-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muarachmann","download_url":"https://codeload.github.com/muarachmann/slack-notify-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muarachmann%2Fslack-notify-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31910138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["axios","github-actions","javascript","node","slack"],"created_at":"2024-12-17T01:19:06.327Z","updated_at":"2026-04-17T00:33:46.306Z","avatar_url":"https://github.com/muarachmann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slack-inspire-action\n\nSends inspirational quotes to a slack channel\n\n## Prerequisites\n\n- A Slack account and Slack app [Sign up for free](https://api.slack.com/)\n- A [SLACK TOKEN](https://api.slack.com/authentication/oauth-v2) The documentation can be viewed here. (https://api.slack.com/#read_the_docs)\n\n## Usage\n\n1. Create a new slack app.\n\n2. Configure it by giving it a name, icon, etc\n\n3. Create/Generate a token see here - https://slack.com/intl/en-cm/help/articles/215770388-Create-and-regenerate-API-tokens\n\n5. Add the following to your workflow\n\n```yml\nname: Inspire Slack\non:\n  push:\n    branches: [ master ]\njobs:\n  build:\n    name: Inspire\n    runs-on: ubuntu-latest\n    steps:\n      - uses: muarachmann/slack-notify-action@master\n        with:\n          SLACK_CLIENT_TOKEN: ${{ secrets.SLACK_CLIENT_TOKEN }}\n          CHANNEL_ID: ${{ secrets.CHANNEL_ID }}\n```\n\n## Inputs\n\n#### `SLACK_CLIENT_TOKEN`\n\n**Required** This token is needed for authentication of your slack bot. Usually starts with    ```xoxb-XXXXXX-XXXXXXX-XXXXXX```\n\n**NB** SLACK_CLIENT_TOKEN needs to have scope to send messages like: chat:write, chat:write.public, groups:write\n\n\n#### `CHANNEL_ID`\n\n**Required** This is the channel that the bot is going to post to e.g ```general, random etc```.  **NB** This is the same channel the app must be invited to and installed\n\n## Testing\n\nFor testing locally, run the following commands `cp .env-example .env` and replace the env varibles then run \n\n```bash\n   $ npm install\n   $ npm start\n```\nwith yours else this is primarily to work with github actions\n\n## Contributing\n\nOf course PRs are welcomed at every level.\n\n## License\n\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuarachmann%2Fslack-notify-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuarachmann%2Fslack-notify-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuarachmann%2Fslack-notify-action/lists"}