A simple python program where you can hand over following parameter: departure and destination via terminal, so it returns all possible journey options with additional information e.g. delay etc. This program was developed for short-distance traffic. It cannot retrieve long-distance journeys.
I'm a commuter. Therefore, I tried to create a program which tells me if my train has a delay or not.
Developed with Deutsche Bahn API called 'Timetable'. You can access for free after registering with the this link.
Note: After registering on Deutsche Bahn you get your own client-id-key and secret API-key.