Badaueba / my-slack-bot

using slack api to make slack bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-slack-bot

using slack api with Nodejs to make slack bots

setup

On Slack

On project

  • paste your api token on token.config.js
    module.exports = {
      token : '<your_api_token'
    }

Run

  • npm install
  • node index.js

About

using slack api to make slack bots


Languages

Language:JavaScript 100.0%