Skip to content

Minimalistic Python client for the NextBus public API for real-time transit arrival data

License

Notifications You must be signed in to change notification settings

ViViDboarder/py_nextbusnext

Repository files navigation

py_nextbusnext

This is forked from py_nextbus for maintanence

It is no longer API compatible to the upstream

A minimalistic Python 3 client to get routes and predictions from the NextBus API.

Installation

Install with pip:

pip install py-nextbusnext

Usage

>>> import py_nextbus
>>> client = py_nextbus.NextBusClient()
>>> agencies = client.get_agencies()

About

Minimalistic Python client for the NextBus public API for real-time transit arrival data

Resources

License

Stars

Watchers

Forks

Packages

No packages published