docs(bots): Add welcome bot as golang sample

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-08-22 16:37:53 +02:00
parent b01e3f6ad1
commit 4a14962d52
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205
2 changed files with 10 additions and 0 deletions

View file

@ -29,3 +29,13 @@ The call summary bot posts an overview message after the call listing all partic
* License: AGPL-3.0-or-later
* [Link to source code](https://github.com/nextcloud/call_summary_bot)
* [Link to installation documentation](https://github.com/nextcloud/call_summary_bot#readme)
## Welcome bot
A Golang sample bot that responds to "Good morning" and "Hello" and welcomes new attendees in the room.
![Screenshot showing a welcome and hello response](botscreenshots/welcome-bot.png)
* License: GPL-3.0-or-later
* [Link to source code](https://github.com/nextcloud/welcome_bot)
* [Link to installation documentation](https://github.com/nextcloud/welcome_bot#readme)

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB