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.
- Host: GitHub
- URL: https://github.com/felipemonobe/x-lackbots
- Owner: FelipeMonobe
- Created: 2016-07-02T00:59:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T18:30:05.000Z (almost 10 years ago)
- Last Synced: 2025-07-07T01:05:30.253Z (12 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```