Logo Lanfrica

jsdelivrbot/sommelier

Creator:
jsd
Host:
Slackbot for lekker-africa with Botkit # Botkit Starter Kit for Slack Bots This repo contains everything you need to get started building a Slack bot with Botkit and Botkit Studio. Botkit is designed to ease the process of designing and running useful, creative bots that live inside messaging platforms. Bots are applications that can send and receive messages, and in many cases, appear alongside their human counterparts as users. Some bots talk like people, others silently work in the background, while others present interfaces much like modern mobile applications. Botkit gives developers the necessary tools for building bots of any kind! It provides an easy-to-understand interface for sending and receiving messages so that developers can focus on creating novel applications and experiences instead of dealing with API endpoints. Our goal with Botkit is to make bot building easy, fun, and accessible to anyone with the desire to create a future filled with talking machines! If you are looking to create a bot on other platforms using Glitch, check out the Botkit project page. ### What's Included * Botkit core - a complete programming system for building conversational software * Pre-configured Express.js webserver including: * A customizable "Install my Bot" homepage * Login and oauth endpoints that allow teams to install your bot * Webhook endpoints for communicating with platforms * Sample skill modules that demonstrate various features of Botkit * A customizable onboarding experience for new teams powered by Botkit Studio ### Getting Started There are a myriad of methods you can use to set up an application on Slack, here are some of your options: #### Install Botkit Remix this project on Glitch Deploy to Heroku Clone this repository using Git: `git clone github.com` Install dependencies, including Botkit: ``` cd botkit-starter-slack npm install ``` #### Set up your Slack Application Once you have setup your Botkit development enviroment, the next …

Licenses