schiene icon indicating copy to clipboard operation
schiene copied to clipboard

:train2: schiene is a Python library for interacting with Bahn.de

Results 8 schiene issues
Sort by recently updated
recently updated
newest added

The Connection today from Stuttgart HBf to Ulm HBf at 10:51 was canceled (see. screenshot below), but connection is reported on time from schiene: `s.connections('Stuttgart HBf', 'Ulm HBf', datetime(2024, 4,...

Instead of marking a train as cancelled there are details which state that the train is cancelled, see screenshot. Is that something that could be caught by the client? Not...

This change is to fix the issue #35 raised by me. I hope you can accept my pull request. Sorry, if I am doing some formal mistake. This is my...

Hi, I've got small question - I want to use this integration with HomeAssistant, but I have problems using it in Polish connections (Polish trains are visible on bahn.de). I...

Not working: ```py >>> s.connections('Hamburg Burgwedel', 'Hamburg-Eidelstedt') [] ``` Working: ```py >>> s.connections('Hamburg Burgwedel', 'Hamburg-Eidelstedt Zentrum') [{'details': '...snipped..., 'canceled': False}] ``` "Hamburg-Eidelstedt" and "Hamburg-Eidelstedt Zentrum" are different stations and I...

I've used this API for one of my projects, but Marudor just made his HAFAS API online. `https://docs.marudor.de/#tag/HAFAS-V1` It has many more features and doesen't rely on some web scraping....

If there are more than 24 hours between start and arrival the "time" value is not accurate. It does not take day changes into account.

Hi! I'm working with the [VBB](http://www.vbb.de/de/index.html) public transport API, which is based on [HAFAS](http://hacon.de/hafas). I wrote a [JavaScript API client](https://github.com/derhuerst/vbb) for it. [Deutsche Bahn](http://www.bahn.de/p/view/index.shtml) uses HAFAS as well, so consider...