Südtirol Transit Bot - Bus, Zug, Seilbahn Abfragen
Transit information for South Tyrol (Südtirol) via the EFA API (südtirolmobil).
clawhub install suedtirol-fahrplan
Install dependencies
npm install
Configure environment
export TELEGRAM_BOT_TOKEN="your-bot-token"
Start the bot
npm start
# or
node bot.js
/search <Haltestelle> - Suche nach Haltestellen/next <Haltestelle> - Nächste Abfahrten/route <Von> -> <Nach> - Verbindung planen/help - Hilfe anzeigen/search Bolzano → Zeigt alle Haltestellen in Bolzano/next Merano Stazione → Abfahrten vom Meraner Bahnhof/route Bolzano -> Brixen → Verbindung Bozen-Brixensrc/
├── api/ # STA API clients
│ ├── client.js # Axios client
│ ├── stopfinder.js
│ ├── departures.js
│ └── trip.js
├── bot/ # Telegram bot
│ ├── commands.js
│ ├── keyboards.js
│ └── middleware.js
└── index.js # Main exports
https://efa.sta.bz.it/apb/MIT