Skip to content

gabor-simon/bkk-futar-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages