/glitch-slackbot

Primary LanguageJavaScriptMIT LicenseMIT

Slack Onboarding Bot

This project demonstrates how to build a Slack bot using Slack's Events API, using MongoDB for persistence.

The example project is adapted from Slack's example Onboarding bot, but with support for OAuth and data persistence.

onboardingSlackBot

Getting Started

To get started you need to:

  • Set up your Slack App in Slack
  • Copy across the Slack API tokens
  • Add your database credentials along with the tokens to the .env file

For more detailed setup instructions, see setup.md.