From 263d45679d50331ac38c70490250e8812a3c8bfd Mon Sep 17 00:00:00 2001 From: Nightscape Coffee <23473065+coffeebank@users.noreply.github.com> Date: Fri, 11 Mar 2022 16:21:44 -0800 Subject: [PATCH] Add urlpreview bot to plugins list A bot that responds to links with a link preview embed, using Matrix API to fetch meta tags --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56845a4..e8954af 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ The plugin wishlist lives at . * †[youtube previewer](https://github.com/ggogel/YoutubePreviewMaubot) - A bot that responds to a YouTube link with the video title and thumbnail. * †[reddit previewer](https://github.com/ggogel/RedditPreviewMaubot) - A bot that responds to a link of a reddit post with the sub name and title. If available, uploads the image or video. * [pocket](https://github.com/jaywink/maubot-pocket) - A bot integrating with Pocket to fetch articles and archive them. +* [urlpreview](https://github.com/coffeebank/coffee-maubot/tree/master/urlpreview) - A bot that responds to links with a link preview embed, using Matrix API to fetch meta tags † Uses a synchronous library which can block the whole maubot process (e.g. requests instead of aiohttp)