Holiday slackbot that allows a webcam to auto join any meeting.
Goto https://api.slack.com/apps Click "Create New App" Give the app a name and assign it to a workspace Click "OAuth & Permissions" (In the left menu) Under "Scopes" click "Add an OAuth Scope" and select your desired permissions (for example chat:write:bot) At the top of the page, click "Install App to Workspace" Click Allow Copy the generated "OAuth Access Token". This is the token you need to pass into the Slack Client.
Make sure that your browser is configured to auto-join a meeting when it tries to open a URL.
For Chrome, you can install a plugin Google Meet Enhancement Suite
Make sure you have dotnet installed.
Download code and compile: dotnet build
Or run the code directly: dotnet run <token>
Where token is the token you retrieve from the Slack documentation.
Just say @<botname> https://meet.google.com/<code>
to make him auto-join your meeting.
Edit messages.txt
to make kerstbot say some random messages every now and then.
Edit replies.txt
to make kerstbot reply to certain words.