Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mc-cat-tty/meetingspace
Meeting space checker and generator for Google Meet
https://github.com/mc-cat-tty/meetingspace
automation-test bash bash-script google-meet meeting-room
Last synced: about 2 months ago
JSON representation
Meeting space checker and generator for Google Meet
- Host: GitHub
- URL: https://github.com/mc-cat-tty/meetingspace
- Owner: mc-cat-tty
- Created: 2020-11-26T10:49:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-27T22:48:40.000Z (about 4 years ago)
- Last Synced: 2024-10-28T00:21:30.205Z (3 months ago)
- Topics: automation-test, bash, bash-script, google-meet, meeting-room
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeetingSpace
Meeting space checker and generator for Google Meet## check_meeting_space.sh
Launch this script to check if given _room_code_ is valid or not (whether it exists or not)
Notice that meeting rooms are global and any valid authorization parameters (regardless of account) are suitable### Usage
```
./check_meeting_space.sh SAPISIDHASH x-goog-api-key x-goog-authuser __Secure-3PSID __Secure-3PAPISID room_code
```### Output
POST response HTTP status code| Response Status Code | Meaning |
|:--------------------:|:----------------------------------:|
| 200 | Meeting space exists |
| 404 | Meeting space doesn't exist |
| 400 | Bad request, the code is not valid |