Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swinton/probot-ooo

🙅 Respond with an auto-responder when you are OOO
https://github.com/swinton/probot-ooo

probot probot-app

Last synced: 5 days ago
JSON representation

🙅 Respond with an auto-responder when you are OOO

Awesome Lists containing this project

README

        

# Probot: OOO

> **Respond with an auto-responder when you are _out of office_ (OOO).**

Use the `/ooo` slash command to let everyone know when you will be OOO:

screenshot 2018-01-03 18 47 15

While are enjoying your OOO, `probot-ooo` will respond on your behalf to anyone who mentions you, with an _out of office reply_:

screen shot 2018-01-05 at 6 16 55 pm

## Usage

1. Install the [**GitHub App**](https://github.com/apps/ooo)
1. Start using the `/ooo` command to set up OOO reminders within your organization

## Setup

```
# Install dependencies
npm install

# Install database
npm run-script migrate

# Run the bot
npm start

# Simulate an OOO request
npm run-script simulate-ooo

# Simulate a mention
npm run-script simulate-mention
```

See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.