Telegram Bot that serves you info about the buses from the Galician Public Transport Network.
Bot de Telegram que te informa de los horarios de los buses de la red de transporte público de galicia.
Data is obtained through bus.gal-api.
Los datos se obtienen a través de bus.gal-api
If you want to host your own instance of the bot, it is as easy as a docker container.
Si quieres hostear tu propia instancia del bot es tan sencillo como un contenedor de docker
So the command is:
Así que el comando es el siguiente:
docker run -d --name bus.gal-telegram -v $PWD/config:/etc/busgal-telegram \
-e BUS.GAL_BOT_NAME="bus.gal" \
-e BUS.GAL_TELEGRAM_TOKEN="YourToken" \
ghcr.io/peprolinbot/bus.gal-telegram
Name | Description |
---|---|
BUS.GAL_BOT_NAME |
The name the bot will use to present itself. El nombre que el bot usará para presentarse a si mismo |
BUS.GAL_TELEGRAM_TOKEN |
The Telegram bot token obtained from @BotFather. El bot token de Telegram que obtuviste de @BotFather |
BUS.GAL_DATABASE_PATH |
Absolute path to the database file. The directory must exist. (optional, defaults to /etc/bus.gal-telegram/database.db ). Ruta absoluta al archivo de base de datos. El directorio padre debe existir. (opcional, por defecto es /etc/bus.gal-telegram/database.db ) |
This project is not endorsed by, directly affiliated with, maintained by, sponsored by or in any way officially related with la Xunta de Galicia, the bus operators or any of the companies involved in the bus.gal website and the app.
Este proyecto no cuenta con soporte de, no está afiliado con, mantenido por, patrocinado por ni de cualquier otra manera oficialmente conectado con la Xunta de Galicia, los operadores de autobuses o cualquiera de las empresas involucradas en la página web bus.gal y su respectiva aplicación.