https://github.com/rsc-dev/pyciagi
Non-official API for real-time trains possition accross Poland.
https://github.com/rsc-dev/pyciagi
api poland python real-time trains
Last synced: 11 months ago
JSON representation
Non-official API for real-time trains possition accross Poland.
- Host: GitHub
- URL: https://github.com/rsc-dev/pyciagi
- Owner: rsc-dev
- License: mit
- Created: 2015-06-21T15:33:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T18:07:14.000Z (almost 11 years ago)
- Last Synced: 2025-07-02T23:57:03.165Z (12 months ago)
- Topics: api, poland, python, real-time, trains
- Language: Python
- Size: 133 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pyciagi
Non-official API for real-time trains position across Poland.
Usage
-----
```
import pyciagi
difficulties = pyciagi.difficulties_by_voivodeship(pyciagi.POMORSKIE)
trains = pyciagi.trains_by_voivodeship(pyciagi.SLASKIE)
```