Merge remote-tracking branch 'babolivier/patch-1'

This commit is contained in:
Tulir Asokan 2022-11-22 14:30:06 +02:00
commit 8f5b9e3802

View file

@ -67,7 +67,8 @@ The plugin wishlist lives at <https://github.com/maubot/plugin-wishlist/issues>.
* [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.
* [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
* [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.
* [autoreply](https://github.com/babolivier/maubot-autoreply) - A bot that sends automated replies when you're away, and shows you a summary of missed messages when you come back.
† Uses a synchronous library which can block the whole maubot process (e.g. requests instead of aiohttp)