Skip to main content

A simple client for BKK Futar API

Project description

BKK Futar API Python client

BKK Futar is a service of Budapest Transportation company to provide realtime information about Budapest public transportation including live vehicle tracking, stop times, schedules, route information etc. Webiste: (http://futar.bkk.hu)

The goal of this simple project to wrap available methods into a class collected from BKK FUTÁR Utazásszervező API documentation.

Source code: Github

Sample usage:

import futar

api = futar.BkkFutar()
response = api.arrivals_and_departures_for_stop("BKK_F01004")
stop_times = response['data']['entry']['stopTimes']
print(stop_times)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bkkfutar-0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

bkkfutar-0.1-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page