{"id":19636261,"url":"https://github.com/kuy/gmeet-slash-cmd","last_synced_at":"2025-04-28T08:32:20.386Z","repository":{"id":41650422,"uuid":"261382267","full_name":"kuy/gmeet-slash-cmd","owner":"kuy","description":"Slack integration for Google Meet","archived":false,"fork":false,"pushed_at":"2023-01-07T17:50:40.000Z","size":736,"stargazers_count":5,"open_issues_count":20,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-30T18:54:47.234Z","etag":null,"topics":["google-meet","productivity","serverless","slack","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-05T06:50:49.000Z","updated_at":"2023-03-08T03:44:05.000Z","dependencies_parsed_at":"2023-02-07T19:00:33.924Z","dependency_job_id":null,"html_url":"https://github.com/kuy/gmeet-slash-cmd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuy%2Fgmeet-slash-cmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuy%2Fgmeet-slash-cmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuy%2Fgmeet-slash-cmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuy%2Fgmeet-slash-cmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuy","download_url":"https://codeload.github.com/kuy/gmeet-slash-cmd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224102646,"owners_count":17256222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-meet","productivity","serverless","slack","typescript"],"created_at":"2024-11-11T12:28:28.386Z","updated_at":"2024-11-11T12:28:59.249Z","avatar_url":"https://github.com/kuy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Slack integration for [Google Meet](https://meet.google.com/)\n\nProvides a slash command `/meet` to get \u0026 share meeting URL of [Google Meet](https://meet.google.com/) quickly on Slack.\n\n## Install\n\n*This integration is not listed on [Slack App Directory](https://slack.com/apps) yet.*\n\nPlease wait for verification or setup it as your own custom app.\n\n## Setup (for developers)\n\n**Work in Progress**\n\n### Requirements\n\n- Domain name, which managed by you\n- [Node.js](https://nodejs.org) 14.x\n- [Serverless Framework CLI](https://www.serverless.com/framework/docs/getting-started/)\n- [Amazon Web Service](https://aws.amazon.com/console) account (key and secret)\n  - Uses Lambda, API Gateway, and Route 53\n- [Google API project](https://console.developers.google.com/apis/dashboard)\n\n### Overview\n\n1. Choose domain name\n2. Setup Google API project\n3. Create Slack app\n4. Deploy to AWS\n5. Install app to organization\n\n#### Domain name\n\nChoose domain name which is used for accepting request from Slack and callback from Google OAuth. In this tutorial, use `https://gmeet.example.com` for example.\n\n#### Google API project\n\nCreate a new project from [Google API Console](https://console.developers.google.com/apis/dashboard) and enable Calendar API.\n\nTo get OAuth credentials, `Credentials \u003e Create Credentials \u003e OAuth client ID`.\nApplication type is **Web Application**, Authorized redirect URL is `https://gmeet.example.com/callback`. Note down **Client ID** and **Client Secret** for later steps.\n\nDon't forget to setup [OAuth consent screen](https://console.developers.google.com/apis/credentials/consent) and add `example.com` to [Authorized domains](https://support.google.com/cloud/answer/6158849?hl=en#authorized-domains).\n\n#### Slack app\n\n[Create a Slack app](https://api.slack.com/apps) with a slash command `/meet`. The request URL is `https://gmeet.example.com/create`.\n\n#### Deploy to AWS\n\nBefore deploying to AWS, create `config.json` on the root directory (copy and rename `config.json.example`).\n`clientId` and `clientSecret` are credentials of Google API project you created.\n`redirectUrl` is url of OAuth callback, e.g. `https://gmeet.example.com/callback`.\n`profile` is profile name of your local configuration for AWS CLI.\n\nLet's deploy. `sls deploy`\n\nYou may need to associate your domain `https://gmeet.example.com` and an endpoint of API Gateway.\n\n#### Install app\n\nA slash command `/meet` will be enabled by installing app. Browse [your apps](https://api.slack.com/apps) and install it to your organization.\n\n## License\n\nMIT\n\n## Author\n\nYuki Kodama / [@kuy](https://twitter.com/kuy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuy%2Fgmeet-slash-cmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuy%2Fgmeet-slash-cmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuy%2Fgmeet-slash-cmd/lists"}