Skip to content

Commit

Permalink
Document Sentry environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andresdelfino committed Oct 18, 2024
1 parent b0b505f commit 6df2f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Puede encontrar una documentación mas detallada para programadores en [https://

* TOKEN: Token del bot generado con BotFather.
* PYCAMP_BOT_MASTER_KEY: Password para agregar nuevos admins.
* SENTRY_DATA_SOURCE_NAME: ID de proyecto de Sentry para habilitar el monitoreo.

## Development

Expand Down Expand Up @@ -49,6 +50,7 @@ Primero es necesario setear las siguientes variables de entorno:

* `TOKEN`: token del bot que se usará durante el pycamp (gestionar desde telegram con BotFather)
* `PYCAMP_BOT_MASTER_KEY`: con alguna password secreta que se va a usar para acceder a comandos de superuser
* `SENTRY_DATA_SOURCE_NAME`: ID del proyecto de Sentry "telegrambot" de la cuenta de PyAr

Una vez creadas las variables de entorno, correr el bot con el comando `python bin/run_bot.py`

Expand Down

0 comments on commit 6df2f8a

Please sign in to comment.