mc-cat-tty / MeetingSpace

Meeting space checker and generator for Google Meet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Meeting space checker and generator for Google Meet


Languages

Language:Shell 100.0%