Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 596 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 596 Bytes

sd&ml bot 🤖

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.

Getting started with this repo

  • 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

Useful Links