README ¶ Bahn Bot German telegram bot as notification in case of train delays. It's use marudor.de as hafas api. Features Beobachte Züge Individuelle Schwellwerte Commands /help Befehlsübersicht /myalarms Alle gesetzten Verspätungsalarme /newalarm Neuer Verspätungsalarm /cancel Abbrechen des aktuellen Vorgangs Config All parameters can be overwritten by ENV variable. // config.json { "api": { "endpoint": "https://marudor.de/api" }, "telegram": { "key": "" }, "database": { "dialect": "postgres", "path": "host=myhost port=myport user=gorm dbname=gorm password=mypassword" }, "loglevel": "trace" } API_ENDPOINT marudor endpoint TELEGRAM_KEY telegram bot key from Telegram BotFahter DB_DIALECT currently only mysql or postgres DB_PATH database config path. mysql user:password@/dbname?charset=utf8&parseTime=True&loc=Local postgres sslmode=disable host=myhost port=myport user=gorm dbname=gorm password=mypassword LOG_LEVEL loglevel info, trace, warn or error Docker Setup version: '3' services: bot: image: "pkuebler/bahn-bot:latest" environment: - API_ENDPOINT=https://marudor.de/api - TELEGRAM_KEY= - DB_DIALECT=mysql - "DB_PATH=user:password@/dbname?charset=utf8&parseTime=True&loc=Local" - LOG_LEVEL=info DSGVO Speichert: ChatID + Zug für den Verspätungsalarm. Wird 2 Tage nach Ankunft des Zuges gelöscht (um Verspätungen abzufangen). ChatID + Aktuelle Operation mit Bot (z.B. newalarm, savealarm, ...). Wird 4 Tage nach letzter Interaktion gelöscht. ToDo Add interface > telegram tests SQL Database Repository tests License MIT Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis cmd pkg application config domain/trainalarm infrastructure/marudor infrastructure/repository infrastructure/telegramconversation interface/cron interface/telegram Click to show internal directories. Click to hide internal directories.