Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjlevesque/slack-meet
https://github.com/benjlevesque/slack-meet
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjlevesque/slack-meet
- Owner: benjlevesque
- Created: 2019-09-04T14:23:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T04:41:28.000Z (over 3 years ago)
- Last Synced: 2023-03-11T19:12:31.694Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```