{"id":16302982,"url":"https://github.com/himenon/template-slack-bolt","last_synced_at":"2026-04-29T17:04:19.978Z","repository":{"id":38251702,"uuid":"500479220","full_name":"Himenon/template-slack-bolt","owner":"Himenon","description":"Slack App template to be created with slack bolt. This sample uses Socket Mode to retrieve messages.","archived":false,"fork":false,"pushed_at":"2022-06-08T08:28:23.000Z","size":1435,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T09:48:38.188Z","etag":null,"topics":["bolt","slack","socket"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Himenon.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":"2022-06-06T15:01:42.000Z","updated_at":"2022-06-08T08:10:45.000Z","dependencies_parsed_at":"2022-09-08T10:54:50.542Z","dependency_job_id":null,"html_url":"https://github.com/Himenon/template-slack-bolt","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/Himenon/template-slack-bolt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Himenon%2Ftemplate-slack-bolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Himenon%2Ftemplate-slack-bolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Himenon%2Ftemplate-slack-bolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Himenon%2Ftemplate-slack-bolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Himenon","download_url":"https://codeload.github.com/Himenon/template-slack-bolt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Himenon%2Ftemplate-slack-bolt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: 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":["bolt","slack","socket"],"created_at":"2024-10-10T20:59:24.356Z","updated_at":"2026-04-29T17:04:19.946Z","avatar_url":"https://github.com/Himenon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @himenon/template-slack-bolt\n\nSlack App template to be created with slack bolt.\nThis sample uses [Socket Mode](https://api.slack.com/apis/connections/socket) to retrieve messages.\n\n## Development\n\n- [Set Slack App](./SETUP_SLACK_APP.md)\n\n**Install**\n\n```bash\npnpm install\n```\n\n**Watch**\n\n```bash\npnpm watch\n```\n\n**Build**\n\n```bash\npnpm build\n```\n\n**Build Docker Image**\n\n```bash\ndocker build . -t ghcr.io/himenon/template-slack-bolt:local\n```\n\n**Docker Run**\n\n```bash\ndocker run --rm --env-file=.env.production ghcr.io/himenon/template-slack-bolt:local\ndocker compose up\n\n# Deamon\ndocker run --rm --env-file=.env.production -d ghcr.io/himenon/template-slack-bolt:local\ndocker compose up -d\n```\n\n### Environment File\n\n`.env`\n\n```\nVERSION=1.0.1\n```\n\n`.env.production`\n\n```\nSLACK_APP_TOKEN=xapp-****\nSLACK_BOT_TOKEN=xoxb-****\n```\n\n## Architecture\n\n**Basic**\n\n```mermaid\nsequenceDiagram\nslack.com-\u003e\u003eSlack App    : Message vis Socket Mode\nSlack App--\u003e\u003eSubscriber  : Send Parsed Message\nSubscriber--\u003e\u003eFunction   : Run Function\nFunction--\u003e\u003eSubscriber   : Response\nSubscriber--\u003e\u003eslack.com  : Send Message\n```\n\n| Name       | FileName                           |\n| :--------- | :--------------------------------- |\n| slack.com  | -                                  |\n| Slack App  | `src/slack/server.ts`              |\n| Subscriber | `src/subscriber/index.ts`          |\n| Function   | `src/subscriber/index.ts` (Method) |\n\n## Release\n\n- Automatic version updates are performed when merged into the `main` branch.\n\n## License\n\n[@himenon/template-slack-bolt](https://github.com/Himenon/template-slack-bolt)・MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhimenon%2Ftemplate-slack-bolt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhimenon%2Ftemplate-slack-bolt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhimenon%2Ftemplate-slack-bolt/lists"}