Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rkrn/chatbot

Repository files navigation

chatbot

A bot designed for Slack.

Installation

  1. Install Node.js:
    $ sudo port install npm
  1. Install dependencies:
    $ npm install
  1. Create a token.txt and write your API token to this file
    $ echo YOUR_API_TOKEN > token.txt
  1. Find the desired target user (https://api.slack.com/methods/users.list/test) and write his or her user ID to userid.txt:
   $ echo TARGET_USER_ID > userid.txt
  1. Run the bot:
    $ node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published