Skip to content
/ ttss Public

A simple Python wrapper for TTSS (Traffic Tram Supervision System) API.

License

Notifications You must be signed in to change notification settings

tomekzaw/ttss

Repository files navigation

TTSS

A simple Python wrapper for TTSS (Traffic Tram Supervision System) API.

Requirements

  • Python 3.8+

Installation

pip install ttss

Usage

For MPK Kraków trams:

from ttss import TTSS

ttss = TTSS(base_url='http://www.ttss.krakow.pl')

For MPK Kraków buses:

ttss = TTSS(base_url='http://ttss.mpk.krakow.pl')

Note: the base URL must not contain /internetservice and must not end with /.

About

A simple Python wrapper for TTSS (Traffic Tram Supervision System) API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published