vbbpy is a python wrapper for the vbb REST API written by derHuerst
pip install vbbpy
vbbpy is able to:
- find routes between stations and addresses
- get next departures for a station
- get further information about stations and lines
The examples folder contains some scripts that show the capabilities and usage of the library. The scripts are installed and can be called in the console:
$ vbbpy-stationId "Zoologischer Garten"
There is also documentation with a quick start guide and API reference.