Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 432 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 432 Bytes

Diptot Project: The Question Manager Bot

This a Slack bot that helps streamlining the Q&A experience in Slack.

Requirements for Building and Installing

  • Node.js

  • Typescript

Installing

cd diptot
npm install

Running

diptot --token <slack_api_token> --botID <slack_bot_id> --channelID <slack_channel_id> --redis.host <redis_host> --redis.port <redis_port> --redis.auth_pass <redis_password>