Add urlpreview and metric plugins to readme

Closes #158
Closes #159
This commit is contained in:
Tulir Asokan 2022-03-25 19:53:19 +02:00
parent 21ed971d2f
commit 37c492cbf3

View File

@ -66,6 +66,8 @@ The plugin wishlist lives at <https://github.com/maubot/plugin-wishlist/issues>.
* †[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. * †[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. * [pocket](https://github.com/jaywink/maubot-pocket) - A bot integrating with Pocket to fetch articles and archive them.
* [alternatingcaps](https://github.com/rom4nik/maubot-alternatingcaps) - A bot repeating last message using aLtErNaTiNg cApS. * [alternatingcaps](https://github.com/rom4nik/maubot-alternatingcaps) - A bot repeating last message using aLtErNaTiNg cApS.
* [metric](https://github.com/edwardsdean/maubot_metric_bot) - A bot that will reply to a message that contains imperial units and replace them with metric units.
* [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) † Uses a synchronous library which can block the whole maubot process (e.g. requests instead of aiohttp)