Just your friendly neighborhood makerspace bot, under not so heavy development
YOU WILL NEED AN API KEY If you want to test the code at home, feel free to clone or fork. Even deploy in your own slack channel. But please be advised that you will need your own API KEY from Slack [https://api.slack.com/]
Use yarn
to install dependencies
- Run
yarn install
to automatically install all required packages - Create a
.env
file in project directory. - Find your slack api token
API_TOKEN="slack api token
> .envBOT_TOKEN="bot api token
> .env
HTTP API:
WebSocket/RTM API:
AKA what does the bot need to do. What functions should be available externally?
- Send Alert/Notice
- Query Internal Data and send response