vbbpy

A python wrapper for the VBB REST-API by derhuerst


Keywords
api-wrapper, berlin, brandenburg, bvg, public-transport, python, vbb
License
MIT
Install
pip install vbbpy==1.1.8

Documentation

vbb-pythonWrapper (vbbpy)

vbbpy is a python wrapper for the vbb REST API written by derHuerst

Installation

pip install vbbpy

Features

vbbpy is able to:

  • find routes between stations and addresses
  • get next departures for a station
  • get further information about stations and lines

Usage

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.