Bots del servidor de Mastodon masto.es
Go to file
Antonio J. Delgado a5e17d2388 another requirement missed 2023-04-25 11:30:01 +03:00
.gitignore Initial commit 2023-04-23 13:47:16 +02:00
LICENSE Initial commit 2023-04-23 13:47:16 +02:00
README.md Update readme 2023-04-25 11:25:19 +03:00
apreciabot.py Add possibility to translate messages in some bots 2023-04-25 11:22:51 +03:00
bienvenibot.py Initial commit 2023-04-23 13:47:16 +02:00
citabot.py Initial commit 2023-04-23 13:47:16 +02:00
common.py ADD: describot 2023-04-24 02:20:18 +02:00
custom_messages.json Add possibility to translate messages in some bots 2023-04-25 11:22:51 +03:00
describot.py Add possibility to translate messages in some bots 2023-04-25 11:22:51 +03:00
federabot.py ADD: describot 2023-04-24 02:20:18 +02:00
mastodon-lol.py Initial commit 2023-04-23 13:47:16 +02:00
moderabot.py Initial commit 2023-04-23 13:47:16 +02:00
requirements.txt another requirement missed 2023-04-25 11:30:01 +03:00
siguebot.py ADD: describot 2023-04-24 02:20:18 +02:00

README.md

Bots de masto.es

Aquí se encuentra el código de los bots que se utilizan en masto.es para ayudar con tareas de administración como guiar a los nuevos usuarios, ofrecer funciones adicionales o simplemente servir de pasatiempo.

Apreciabot

Envía un mensaje directo (visibilidad "sólo cuentas mencionadas") a @apreciabot@masto.es incluyendo el usuario que quieres apreciar con el formato "usuario@servidor" (excluyendo el primer "@" para evitar mencionarlo). Añade "croqueta" al final para activar el modo croqueta.

Basado en el Niceness Bot https://botsin.space/@nicenessbot

Bienvenibot

Revisa las notificaciones de un usuario con los privilegios suficientes para buscar nuevos registros y envía un mensaje de bienvenida.

Requisitos

Tranlations format

Use the custom_message.json file to enter a dictionary of languagues with custom messages. You can use to translate or to customize the bots. The same keys in the root of the file (in the example 'es') should be used as the option language in the command line or the configuration file.