From 89035a45fb3e0d89b3d275b4190b4dc150aba3b6 Mon Sep 17 00:00:00 2001 From: creme Date: Sat, 7 Aug 2021 13:10:13 +0200 Subject: [PATCH] add bot overview --- docs/advanced/local_bots.md | 67 +++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 68 insertions(+) create mode 100644 docs/advanced/local_bots.md diff --git a/docs/advanced/local_bots.md b/docs/advanced/local_bots.md new file mode 100644 index 0000000..9e7c25a --- /dev/null +++ b/docs/advanced/local_bots.md @@ -0,0 +1,67 @@ +--- +title: "Bot's Overview" +date: 2021-08-03T20:30:00+02:00 +--- + +# local Bot's on envs.net + +> all our bots are from [maubot](https://github.com/maubot/maubot) + +feel free to use our bot's in your room! + +!!! note + The Bot's won't work in encrypted rooms! + +## Overview + +[RSS Bot](#rss_bot) | [Reminder](#reminder) | [sed Bot](#sed_bot) | [Poll Bot](#poll_bot) | [Karma Bot](#karma_bot) | [Github Bot](#github_bot) | [Weather Bot](#weather_bot) | [Translator](#translator) | [version checker](#version_checker) | +[urbandictionary Bot](#urbandictionary_bot) | [Wolfram Alpha Bot](#wolfram_alpha_bot) | [Factorial Bot](#factorial_bot) | [Dice Bot](#dice_bot) | [XKCD](#xkcd) | [CommitStrip](#commitstrip) | [Cat Disruptor](#cat_disruptor) | [echobot [envs]](#echobot_envs) + +there is also [@maubot:envs.net](https://matrix.to/#/@maubot:envs.net) which includes all bots. +you can try all the bots in [#test:envs.net](https://matrix.to/#/#test:envs.net). + +*** + +## RSS Bot + +a bot that posts RSS feed updates to Matrix. + +**Usage:** `!rss [...]` + +- subscribe - Subscribe this room to a feed. +- unsubscribe - Unsubscribe this room from a feed. +- template - Change the notification template for a subscription in this room +- notice [true/false] - Set whether or not the bot should send updates as m.notice +- subscriptions - List the subscriptions in the current room. + +## Reminder + +## sed Bot + +## Poll Bot + +## Karma Bot + +## Github Bot + +## Weather Bot + +## Translator + +## version checker + +## urbandictionary Bot + +## Wolfram Alpha Bot + +## Factorial Bot + +## Dice Bot + +## XKCD + +## CommitStrip + +## Cat Disruptor + +## echobot [envs] diff --git a/mkdocs.yml b/mkdocs.yml index 36b5a19..c8742f6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -54,6 +54,7 @@ nav: - Advanced: - Spaces: advanced/spaces.md - Integrations: advanced/integrations.md + - Bot's: advanced/local_bots.md - FAQ: faq.md - Impressum: impressum.md - Development: development.md