Enables /meet
command in Slack to instantly create a Google Meet conference.
docker run \
-e CLIENT_ID=[CLIENT_ID]
-e CLIENT_SECRET=[CLIENT_SECRET]
-e TOKEN=[TOKEN]
benjlevesque/slack-meet
- Clone this repository and run
pnpm install
- Open your Google Cloud project (or create a new one)
- In "API & Services > Enabled API and services", enable the "Google Meet API"
- In "API & Services > Credentials", create a new OAuth client of type "desktop"
- Save the client ID and client secret for later use
- Download the JSON file of this client secret, and save it as
credentials.json
- Run
pnpm generate-token
: authorize your Google account - Copy the generated token, and remove
credentials.json
- You can now start the app with
CLIENT_ID
,CLIENT_SECRET
, andTOKEN