An open API service indexing awesome lists of open source software.

https://github.com/messagemedia/slackbot-nodejs-tutorial

A short tutorial on how to create Slackbot using Node.js and Botkit
https://github.com/messagemedia/slackbot-nodejs-tutorial

nodejs slackbot tutorial

Last synced: about 1 year ago
JSON representation

A short tutorial on how to create Slackbot using Node.js and Botkit

Awesome Lists containing this project

README

          

# Slackbot Node.js Tutorial
Start-up code on how to set up a Slack bot with your application.

## ⌛️ Prerequisites
* Slack App
* [Node](https://nodejs.org/en/)

## 🎬 Getting started

```javascript
// clone this repository
git@github.com:messagemedia/slackbot-nodejs-tutorial.git
// change to folder
cd slackbot-nodejs-tutorial
// install dependencies
npm install
```

Next you will need to integrate Bots into your Slack app and put the API Token in the .env file. Then you can run your app.
```
node index.js
```

## 🎮 Tutorial
For a detailed step-by-step process on how to do this, click [here](https://developers.messagemedia.com/devguides/create-a-slackbot-in-under-10-minutes-using-node-js/).

## 📃 License
Apache License. See the [LICENSE](LICENSE) file.