Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benjlevesque/slack-meet


https://github.com/benjlevesque/slack-meet

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Slack Meet

Enables `/meet` command in Slack to instantly create a Google Meet conference.

## Installation

- create a Google service account
- create a Google app, using the above service account
- create a Google calendar, and give access to the service account

- TODO: explain how to get the Token.

```bash
docker run -e CALENDAR_ID=[CALENDAR_ID] -e CLIENT_ID=[CLIENT_ID] -e CLIENT_SECRET=[CLIENT_SECRET] -e TOKEN=[TOKEN] benjlevesque/slack-meet
```