Added token bot to README

This commit is contained in:
yoxcu 2022-10-18 02:45:30 +02:00 committed by GitHub
parent 7904888233
commit cab88d153b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@ The plugin wishlist lives at <https://github.com/maubot/plugin-wishlist/issues>.
* [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
* [token](https://github.com/yoxcu/maubot-token) - A maubot to create and manage your synapse user registration tokens.
† Uses a synchronous library which can block the whole maubot process (e.g. requests instead of aiohttp)