Thanks to visit codestin.com
Credit goes to github.com

Skip to content

KComrade53/vacabot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VacaBot

alt text

Vacabot helps organisation to easily manager leaves/vacation plans without depending upon any extra service potal. Everything through a slackbot.

Running locally

  1. You need db connection and bot auth token.
    cp .env.example .env
    Populate .env with required values.
  2. Install dependencies and run through yarn (Install yarn from here)
    yarn && yarn start
  3. In another tab
    yarn ngrok http 80

You'll get public links. Copy https one for later use.

How to setup the Slack Bot ?

Please have a look at the details here

Usage

  1. Become a manager: /vacabot manager
  2. Create leave request: /vacabot
  3. Check leave balance of an employee /vacabot @username

Slack Community

Here you can try out the vacabot bot already installed and being used. Joining link (valid until 10th November)

About

Manage Leaves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Shell 0.6%