Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 686 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 686 Bytes

Uprise Bot

Uprise bot is a bot for conducting your everyday stand up meetings.

Commands

  • start

    Starts meeting. (To start the meeting your bot should be invited to the channel).

  • skip

    Skips the current user's turn.

  • dismiss

    Dismisses the current user.

  • quit

    Ends the meeting.

Installation

Clone the repository:

git clone https://github.com/edilsalvador/uprisebot

Install dependencies:

npm install

Configure your settings file.

Rename config/production.json.example to config/production.json
Change attributes specified on the production.json

Start uprisebot

npm start