Skip to content

sdaml/sb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e377b84 Â· Mar 17, 2017

History

19 Commits
Feb 23, 2017
Feb 23, 2017
Feb 23, 2017
Mar 13, 2017
Mar 17, 2017
Mar 13, 2017
Mar 17, 2017

Repository files navigation

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