kennell / schiene

:train2: schiene is a Python library for interacting with Bahn.de
MIT License
54 stars 14 forks source link

Better Alternative #22

Open mariusdkm opened 4 years ago

mariusdkm commented 4 years ago

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. Just use some POST-Requests.

derhuerst commented 4 years ago

Also, there's a variety of other HAFAS clients available.

See also https://github.com/kennell/schiene/issues/1#issuecomment-445468008, where I elaborated how to use hafas-client from Python via RPC.