Skip to content

Telegram Bot that serves you info about the buses from the Galician Public Transport Network.

License

Notifications You must be signed in to change notification settings

peprolinbot/bus.gal-telegram

Repository files navigation

bus.gal-telegram

bus.gal-telegram

@busGal_bot GitHub

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

Hosting your own

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

With 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

Environment Variables

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)

Disclaimer

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.

Credits

About

Telegram Bot that serves you info about the buses from the Galician Public Transport Network.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages