summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-08-29 12:21:47 +0200
committerJoas Schilling <coding@schilljs.com>2023-08-29 14:58:08 +0200
commitb34d2c964b79337d2da9d7c98bffa923b0b23a06 (patch)
treefdd79ebb7a7a2975cebb0169cf355f2b83903f5c
parent7b8b3705e5e328cae99301146d9997444c61e50b (diff)
feat(bots): Add "concurrency convertor" as AppEcosystem sample
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/ISSUE_TEMPLATE/3_bot_list.yml2
-rw-r--r--docs/bot-list.md18
-rw-r--r--docs/botscreenshots/currency-convertor.pngbin0 -> 80571 bytes
3 files changed, 16 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/3_bot_list.yml b/.github/ISSUE_TEMPLATE/3_bot_list.yml
index e94910c6a..8e79457ad 100644
--- a/.github/ISSUE_TEMPLATE/3_bot_list.yml
+++ b/.github/ISSUE_TEMPLATE/3_bot_list.yml
@@ -26,7 +26,7 @@ body:
id: screenshot
attributes:
label: Screenshot URL
- description: Max. width 700px, max. height 480px
+ description: Please use bright mode and crop to the chat view with, max. width 700px, max. height 480px
placeholder: https://github.com/nextcloud/call_summary_bot/blob/main/docs/screenshot.png
validations:
required: true
diff --git a/docs/bot-list.md b/docs/bot-list.md
index f161bfe0b..5520ba679 100644
--- a/docs/bot-list.md
+++ b/docs/bot-list.md
@@ -6,7 +6,7 @@ request against the [docs/bot-list.md](https://github.com/nextcloud/spreed/blob/
to add your bot to the list, using the following template:
```markdown
-## Name of the bot
+### Name of the bot
Useful, but short description, best to keep it to 1-3 lines of text.
@@ -20,7 +20,9 @@ Useful, but short description, best to keep it to 1-3 lines of text.
Here you can find a brief overview of known bots that allows administration to
easily discover your bot and install it on their Nextcloud server.
-## Call summary
+## Samples
+
+### Call summary (Nextcloud app sample)
The call summary bot posts an overview message after the call listing all participants and outlining tasks.
@@ -30,7 +32,17 @@ The call summary bot posts an overview message after the call listing all partic
* [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
+### Currency convertor (Nextcloud AppEcosystem sample)
+
+Example of how easily bot can be implemented in Python.
+
+![Screenshot showing a chat messages to change EUR into USD](botscreenshots/currency-convertor.png)
+
+* License: MIT
+* [Link to source code](https://github.com/cloud-py-api/nc_py_api/tree/main/examples/as_app/talk_bot)
+* [Link to installation documentation](https://github.com/cloud-py-api/nc_py_api/blob/main/examples/as_app/talk_bot/HOW_TO_INSTALL.md)
+
+### Welcome bot (Golang sample)
A Golang sample bot that responds to "Good morning" and "Hello" and welcomes new attendees in the room.
diff --git a/docs/botscreenshots/currency-convertor.png b/docs/botscreenshots/currency-convertor.png
new file mode 100644
index 000000000..b25efa3ed
--- /dev/null
+++ b/docs/botscreenshots/currency-convertor.png
Binary files differ