{"id":31915739,"url":"https://github.com/sizovs/chatbot-in-20-mins","last_synced_at":"2025-10-13T19:51:29.388Z","repository":{"id":286749167,"uuid":"96019145","full_name":"sizovs/chatbot-in-20-mins","owner":"sizovs","description":"This repo contains everything you need to get started building a Slack bot with Botkit","archived":false,"fork":false,"pushed_at":"2017-11-11T11:19:00.000Z","size":20,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-12T11:16:32.853Z","etag":null,"topics":["chatbot","devternity","livedemo","tutorials"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sizovs.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-07-02T11:32:43.000Z","updated_at":"2018-01-25T16:41:48.000Z","dependencies_parsed_at":"2025-04-08T07:40:27.164Z","dependency_job_id":null,"html_url":"https://github.com/sizovs/chatbot-in-20-mins","commit_stats":null,"previous_names":["sizovs/chatbot-in-20-mins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sizovs/chatbot-in-20-mins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sizovs%2Fchatbot-in-20-mins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sizovs%2Fchatbot-in-20-mins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sizovs%2Fchatbot-in-20-mins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sizovs%2Fchatbot-in-20-mins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sizovs","download_url":"https://codeload.github.com/sizovs/chatbot-in-20-mins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sizovs%2Fchatbot-in-20-mins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016830,"owners_count":26085889,"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-10-13T02:00:06.723Z","response_time":61,"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":["chatbot","devternity","livedemo","tutorials"],"created_at":"2025-10-13T19:51:07.299Z","updated_at":"2025-10-13T19:51:29.383Z","avatar_url":"https://github.com/sizovs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Materials for \"Chatbot in 20 minutes\" presentation\n\nThis repo contains everything you need to get started building a Slack bot with [Botkit](https://botkit.ai). The repo is a modified version of [Botkit Starter Slack](https://github.com/howdyai/botkit-starter-slack) project.\n\n### Getting Started\n\n1. Remix a project on Glitch\n\n[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/import/github/eduardsi/chatbot-in-20-mins)\n\n2. Change auto-generated project name to one that makes more sense\n\n### Configure Slack\n1. Create new Slack application [here](https://api.slack.com/apps)\n2. Set `client id` and `client secret` values in `.env` file\n2. Set a nice bot icon\n4. Open `\u003cOAuth \u0026 Permissions\u003e` and set redirect url to `\u003cbotUrl\u003e/oauth`\n5. Open `\u003cInteractive Components\u003e` and set request url to `\u003cbotUrl\u003e/slack/receive`\n6. Open `\u003cEvent subscriptions\u003e` and set request url to `\u003cbotUrl\u003e/slack/receive`\n7. Open and enable `\u003cBot User Events\u003e`. Enable events, set request url to `\u003cbotUrl\u003e/slack/receive` and include all `/message.*/` workspace events\n8. Open `\u003cBot Users\u003e`, check `\u003cAlways Show My Bot as Online\u003e` and add the bot user\n9. Visit the `\u003cbotUrl\u003e` and press `\u003cAdd to Slack\u003e`\n\n### Let's code!\n1. Invite bot to a channel\n2. Implement [skills/welcome_on_join.js](https://gist.github.com/eduardsi/f2e31b34ad65bb97c949363a972824a5) (reinstall the bot if it doesn work)\n3. Implement [skills/say_something.js](https://gist.github.com/eduardsi/841c35dd500db053fa4cce9ab7db0d8b)\n4. Open `\u003cSlash commands\u003e` and set up `/pic` slash command that points to `\u003cbotUrl\u003e/slack/receive`. The Slack should prompt  you to reinstall the bot. Follow `\u003creinstall\u003e` link\n5. Implement [skills/pic.js](https://gist.github.com/eduardsi/645d6237503912dd190f06f31df1f4f5)\n6. Enhance [skills/pic.js](https://gist.github.com/eduardsi/0f2ea5b0ed0ca49026c0175b5d4ba2fb) with recommendations\n7. Implement [skills/respond_on_endorsement.js](https://gist.github.com/eduardsi/c9ec9fc9865709e5a458446b29143570)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsizovs%2Fchatbot-in-20-mins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsizovs%2Fchatbot-in-20-mins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsizovs%2Fchatbot-in-20-mins/lists"}