Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.16 KB

package-tracking

Build Status codecov

An utility for finding delivery status for Ceska posta

Prerequisites

Python >= 3.7

Before the first run

pip install -r requirements.txt

Running

The Python cpost_tracking.py script syntax is following:

package_tracking.py [-h] -p PACKAGE

Note: following examples are given for Fedora 30 with Python 3.7 installed

Lets say you want to find out where is your package with tracking number ABCDE12345678:

python package_tracking.py -p ABCDE12345678

Example output:

===================ABCDE12345678====================
====================================================
= 13.7.2019 | Odeslání zásilky do České republiky. =
====================================================

Written In

Authors