An API wrapper for the TfL Unified API, made with Python.
Read the Documentation
pip install tflwrapper
There are many ways to contribute to this repo.
- Submit bugs and help us verify fixes as they are checked in.
- Review the source code changes.
from tflwrapper import stopPoint
app_key = "YOUR_API_KEY_HERE"
stoppoint = stopPoint(app_key)
arrivals = stoppoint.getStationArrivals('940GZZLUAS')
print(arrivals)
This repository is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Transport for London (TfL) or it's parent organisation Greater London Authority (GLA)