Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 668 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 668 Bytes

Yelling Bot for Slack

This is a really simple implementation of a slack bot that helps you to remember to yell on the groups where he is invited to.

Installation

Slack Configuration

To use the Yelling Bot you need to create a new bot under: http://your-org.slack.com/services/new/bot and be aware of the configuration because you will need some data on the next step.

App Usage

To use it just clone the repository add the following env vars and enjoy your bot:

  • BOT_TOKEN: token from Bot on slack.
  • BOT_NAME: username given to the bot on Slack.

And the you can just run the project with npm start.

Contributors:

  • Mauro Giamberardino