Skip to content

Holiday bot that allows a webcam to auto join any meeting

License

Notifications You must be signed in to change notification settings

tealpartners/kerstbot

Repository files navigation

kerstbot

Holiday slackbot that allows a webcam to auto join any meeting.

Installation

Configure an app on Slack and retrieving an OAuth token for your application

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.

Prepare your browser

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

Run the application

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.

Usage

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.

About

Holiday bot that allows a webcam to auto join any meeting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages