rmarganti / ez-bot

Simple Slack trigger word responder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EZ-Bot

Simple Slack responder

Setup

  1. Run yarn to install dependencies.
  2. Copy .env.example to .env, and add your token from slack
  3. Copy config.json.example to config.json and update the trigger mappings
  4. yarn start to start the app

Docker

  1. Follow steps 1-3 above.
  2. docker compose up

About

Simple Slack trigger word responder


Languages

Language:TypeScript 70.5%Language:Dockerfile 24.2%Language:Shell 5.3%