{"id":29881908,"url":"https://github.com/fsmaia/slack-app-example","last_synced_at":"2026-05-16T22:03:13.530Z","repository":{"id":42687469,"uuid":"271680189","full_name":"fsmaia/slack-app-example","owner":"fsmaia","description":"Slack app service example for demonstration purposes","archived":false,"fork":false,"pushed_at":"2023-07-18T22:29:54.000Z","size":328,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T06:00:23.146Z","etag":null,"topics":["slack","slack-app","slack-bot","slack-webhooks"],"latest_commit_sha":null,"homepage":null,"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/fsmaia.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-06-12T01:21:32.000Z","updated_at":"2022-02-14T13:15:47.000Z","dependencies_parsed_at":"2023-01-25T13:16:28.157Z","dependency_job_id":null,"html_url":"https://github.com/fsmaia/slack-app-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fsmaia/slack-app-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsmaia%2Fslack-app-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsmaia%2Fslack-app-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsmaia%2Fslack-app-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsmaia%2Fslack-app-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsmaia","download_url":"https://codeload.github.com/fsmaia/slack-app-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsmaia%2Fslack-app-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268028511,"owners_count":24183856,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["slack","slack-app","slack-bot","slack-webhooks"],"created_at":"2025-07-31T11:14:43.083Z","updated_at":"2026-05-16T22:03:08.505Z","avatar_url":"https://github.com/fsmaia.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slack-app-example\n\nThis repository is a Node.js (Express) server that powers a full-featured example Slack application for demonstration purposes.\n\n## Getting started\n\n- Install the dependencies\n\n```bash\nnpm install\n```\n\n- Start the service\n\n```bash\nnpm start\n```\n\n## Setting up the environment\n\nThe following environment variables must be provided:\n\n| Variable              | Description                             |\n| --------------------- | --------------------------------------- |\n| `BOT_ACCESS_TOKEN`    | Application bot user OAuth access token |\n| `CHANNEL_WEBHOOK_URL` | Application main channel webhook URL    |\n| `CLIENT_ID`           | Application client id                   |\n| `CLIENT_SECRET`       | Application client secret               |\n| `SIGNING_SECRET`      | Application signing secret              |\n\nReference: https://api.slack.com/docs/oauth\n\n## Features\n\n### Event subscriptions\n\nThis server holds an event subscription listener in `/event-listener`, which allows the application to listen to Slack configured events.\n\nIn this example it will be mentions to the application bot.\n\nReference: https://api.slack.com/events\n\n### Slash commands\n\nThis server holds a command listener in `/commands`, which allows the application to listen to slash commands (e.g. `/start`).\n\nIn this example the following commands will be handled:\n\n| Command               | Description             | Server endpoint            |\n| --------------------- | ----------------------- | -------------------------- |\n| `/announce \u003cmessage\u003e` | Creates an announcement | /commands/announce         |\n| `/poll \u003cquestion\u003e`    | Starts a poll           | /commands/poll             |\n| `/start_discussion`   | Starts a discussion     | /commands/start_discussion |\n\nReference: https://api.slack.com/interactivity/slash-commands\n\n### Interactivity\n\nThis server holds an interactive endpoint in `/interactivity`, which allows the application to have interactions with shortcuts, modals, or interactive components.\n\nIn this example the `Starts a discussion` shortcut will be handled.\n\nReference: https://api.slack.com/messaging/interactivity\n\n#### Useful links\n\n- Block kit builder: https://api.slack.com/tools/block-kit-builder\n\n#### Registered shortcuts\n\n| Name               | Description         | Callback ID      |\n| ------------------ | ------------------- | ---------------- |\n| Start a discussion | Starts a discussion | start_discussion |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsmaia%2Fslack-app-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffsmaia%2Fslack-app-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsmaia%2Fslack-app-example/lists"}