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
- Host: GitHub
- URL: https://github.com/messagemedia/slackbot-nodejs-tutorial
- Owner: messagemedia
- License: apache-2.0
- Created: 2018-05-02T03:37:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T00:24:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T17:38:26.935Z (about 1 year ago)
- Topics: nodejs, slackbot, tutorial
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.