/my-slack-bot

using slack api to make slack bots

Primary LanguageJavaScript

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