Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swinton/probot-ooo
- Owner: swinton
- License: isc
- Archived: true
- Created: 2018-01-03T23:07:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T15:08:10.000Z (about 7 years ago)
- Last Synced: 2024-09-27T08:02:24.405Z (4 months ago)
- Topics: probot, probot-app
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 36
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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:
While are enjoying your OOO, `probot-ooo` will respond on your behalf to anyone who mentions you, with an _out of office reply_:
## 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.