Here lies the code for the bot user in the sd&ml team.
The setup for this bot can be found here.
Create a pull request for this repo to get your changes in the bot.
- Clone the repo
git clone https://github.com/sdaml/sb.git && cd sb
- Install dependencies
npm install
- Create a
.env
file with your Slack token
echo "SLACK_API_TOKEN=[PASTE TOKEN HERE]" > .env
- Run the bot
npm run dev