A bot designed for Slack.
- Install Node.js:
$ sudo port install npm
- Install dependencies:
$ npm install
- Create a
token.txt
and write your API token to this file
$ echo YOUR_API_TOKEN > token.txt
- 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
- Run the bot:
$ node app.js