An open API service indexing awesome lists of open source software.

https://github.com/felipemonobe/x-lackbots

[ES2015] Slack bots for better workflow, alignment and productivity at development projects.
https://github.com/felipemonobe/x-lackbots

Last synced: 11 months ago
JSON representation

[ES2015] Slack bots for better workflow, alignment and productivity at development projects.

Awesome Lists containing this project

README

          

# x-lackbots
Slack bots for better workflow, alignment and productivity at development projects.

Classes:
- Xlackbot: bot base wrapper class to set common bot tasks;
- Scrumbot: WIP;
- Infobot: WIP;
- Projectbot: WIP;

Requirements:
- Read 'Setting up your bot user' @https://api.slack.com/bot-users OR skip directly to next step
- Create new user bot @https://my.slack.com/services/new/bot
- Make sure the bot is inside whatever channel you want

Follow up steps:
```
$ npm install
$ npm start
```

Unix systems:
```
$ TOKEN_TESTEBOT="aaaa-11111111111-abcdefghiklmno1234567890"; export TOKEN_TESTEBOT;
```

Windows systems:
```
$ set TOKEN_TESTEBOT=aaaa-11111111111-abcdefghiklmno123456789
```