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

pmaris/py_nextbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimalistic Python 3 client to simplify making requests to the NextBus API. Response content can be returned as either JSON or XML, using the respective NextBus public feed.

All commands in the NextBus API as of revision 1.23 are supported.

See the NextBus XML feed documentation for more information: https://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf

Note: Other than the output format, the NextBus XML feed and JSON feeds are the same. The XML feed documentation also applies to the JSON feed.

Installation

Install with Pip:

pip install py-nextbus

Usage

>>> import py_nextbus
>>> client = py_nextbus.NextBusClient(output_format='json')
>>> agencies = client.get_agency_list()

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages