Skip to content

Commit

Permalink
Bot manual (spanish)
Browse files Browse the repository at this point in the history
  • Loading branch information
0neTx committed Mar 24, 2024
1 parent 1aaa135 commit 9f937bf
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ This simple bash docker image uses the Bitwarden CLI to perform three backup tas

### New Features

- [x] Securize authentication tokes with [Infisical Vault](#safety-infisical)
- [x] Securize authentication tokens with [Infisical Vault](#safety-infisical)
- [x] Receive notification in any platform with [Shoutrrr](https://containrrr.dev/shoutrrr/v0.8/services/overview/) config

The docker image provides the choice of creating unencrypted export files or password-encrypted export files. Attachments are not encrypted.
Expand Down
Binary file added docs/assets/bot-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/bot-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/bot-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/bot-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/bot-5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/bot-6.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/bot-7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/bot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions docs/bot-spanish.md
@@ -0,0 +1,44 @@
# <a name="create-bot"></a>**Cómo crear un nuevo chatbot de Telegram**

Ve a [Telegram](https://telegram.org/apps), inicia sesión en tu cuenta o crea una nueva.

Escribe @BotFather en el campo de búsqueda y ve a ese bot.

![alt text](assets\bot.png)

Los chatbots oficiales de Telegram tienen una marca de verificación azul junto a su nombre.

Haz clic en **Comenzar** para activar el chatbot BotFather.

![alt text](assets\bot-1.png)

Recibirás una lista de comandos que puedes usar para administrar bots.

Selecciona o escribe el comando /newbot y envíalo.

![alt text](assets\bot-2.png)

Elige un nombre para tu bot, será un nombre público. El nombre de usuario de tu bot debe ser único y terminar con la palabra "bot".

![alt text](assets\bot-3.png)

Una vez que elijas un nombre para tu chatbot, este se creará. Recibirás un mensaje con un enlace a tu bot (t.me/<bot\_username>) recomendaciones sobre cómo configurar una imagen de perfil, una descripción y una lista de comandos que puedes usar para administrar tu nuevo bot.

Para conectar tu bot a Bitwarden-Export, necesitas un token. Copia el valor de tu token y conservalo para la configuración del servicio.

![alt text](assets\bot-4.png)

## <a name="token"></a>**Cómo encontrar un token para un bot existente**

Ve al bot @BotFather y envía el comando /token.

![alt text](assets\bot-5.png)
Verás botones con tus bots existentes.

Selecciona el bot requerido para que puedas conectarlo a Bitwarden-Export.

![alt text](assets\bot-6.png)

Copia el valor de tu token.

![alt text](assets\bot-7.png)

0 comments on commit 9f937bf

Please sign in to comment.