Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 387 Bytes

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()