{"id":15764427,"url":"https://github.com/devjiwonchoi/vercel-ai-slackbot","last_synced_at":"2026-04-18T17:02:12.121Z","repository":{"id":217137573,"uuid":"743163136","full_name":"devjiwonchoi/vercel-ai-slackbot","owner":"devjiwonchoi","description":"Serverless Function on Vercel to deploy the OpenAI Chat Bot for integration with Slack.","archived":false,"fork":false,"pushed_at":"2024-02-20T16:10:59.000Z","size":118,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T12:08:59.400Z","etag":null,"topics":["ai","bot","function","gpt","openai","serverless","slack","vercel"],"latest_commit_sha":null,"homepage":"https://vercel-ai-slackbot.vercel.app","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/devjiwonchoi.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":"2024-01-14T14:25:11.000Z","updated_at":"2024-09-13T08:58:16.000Z","dependencies_parsed_at":"2024-01-14T20:16:53.745Z","dependency_job_id":"529dfd09-e4d9-4afd-99af-e813a27ab756","html_url":"https://github.com/devjiwonchoi/vercel-ai-slackbot","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"a499177b8a7e7f16877687efdc1adbdffdbec972"},"previous_names":["devjiwonchoi/vercel-ai-slackbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devjiwonchoi/vercel-ai-slackbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjiwonchoi%2Fvercel-ai-slackbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjiwonchoi%2Fvercel-ai-slackbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjiwonchoi%2Fvercel-ai-slackbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjiwonchoi%2Fvercel-ai-slackbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devjiwonchoi","download_url":"https://codeload.github.com/devjiwonchoi/vercel-ai-slackbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjiwonchoi%2Fvercel-ai-slackbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"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":["ai","bot","function","gpt","openai","serverless","slack","vercel"],"created_at":"2024-10-04T12:03:24.630Z","updated_at":"2026-04-18T17:02:12.104Z","avatar_url":"https://github.com/devjiwonchoi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vercel AI Slack Bot\n\n![Screenshot of usage of this project](https://github.com/devjiwonchoi/vercel-ai-slackbot/assets/120007119/eb71cacc-573c-43e5-9cb3-089850957dd6)\n\n\u003e Note: The bot name and icon customizable at your [Slack Apps](https://api.slack.com/apps).\n\n## Getting Started\n\n### Deploy on Vercel\n\nClick on the button below to deploy this project on Vercel:\n\n[![Deploy on Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/devjiwonchoi/vercel-ai-slackbot\u0026env=OPENAI_API_KEY,SLACK_BOT_TOKEN,SLACK_SIGNING_SECRET)\n\nFill in the [Vercel Environment Variables](https://vercel.com/docs/projects/environment-variables) retrieved from the following steps and click on \"Deploy\".\n\n### Environment Variables\n\n#### OpenAI API Key\n\n- Create a new key on [OpenAI API Keys](https://platform.openai.com/api-keys) and \"Create new secret key\", optionally naming the key.\n- Add the key to Vercel's environment variables as `OPENAI_API_KEY`.\n\n#### Slack Bot Token \u0026 Signing Secret\n\nGo to [Slack API Apps Page](https://api.slack.com/apps):\n\n- Create new App\n  - From Scratch\n  - Name your app \u0026 pick a workspace\n- Go to Oauth \u0026 Permissions\n  - Add the following scopes\n    - `app_mentions:read`\n    - `channels:history`\n    - `chat:write`\n    - `commands`\n  - Copy **Bot User OAuth Token**\n  - Add the token to Vercel's environment variables as `SLACK_BOT_TOKEN`\n- Install App to workspace\n  - Basic Information --\u003e Install Your App --\u003e Install To Workspace\n  - App Credentials --\u003e Coppy **Signing Secret**\n  - Add the secret to Vercel's environment variables as `SLACK_SIGNING_SECRET`\n\n### Enable Slack Events\n\nAfter successfully deploying the app, go to [Slack API Apps Page](https://api.slack.com/apps) and select your app:\n\n- Go to **Event Subscriptions** and enable events.\n- Add the following URL to **Request URL**:\n  - `https://\u003cyour-vercel-app\u003e.vercel.app/api/events`\n  - Make sure the URL is verified, otherwise check out [Vercel Logs](https://vercel.com/docs/observability/runtime-logs) for troubleshooting.\n  - If verified, make sure to click **Save Changes**.\n- After these changes, Slack may require reinstalling of the app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevjiwonchoi%2Fvercel-ai-slackbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevjiwonchoi%2Fvercel-ai-slackbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevjiwonchoi%2Fvercel-ai-slackbot/lists"}