Problem
MastoBot is intended to simplify the process of creating bots for Mastodon. This involves allowing the user to perform actions on notifications and filtering them, but often, users would like to respond to a notification with a post.
This can easily be done in code, but Jinja2 templates are by far the most sustainable and future-proof method to do this.
It would allow for better customization and better implementations, and templates could also be easily shared between users but still allow for a personalized touch.
Such a templating system is generic enough to be part of MastoBot
Problem
MastoBotis intended to simplify the process of creating bots for Mastodon. This involves allowing the user to perform actions on notifications and filtering them, but often, users would like to respond to a notification with a post.This can easily be done in code, but
Jinja2templates are by far the most sustainable and future-proof method to do this.It would allow for better customization and better implementations, and templates could also be easily shared between users but still allow for a personalized touch.
Such a templating system is generic enough to be part of
MastoBot