parcel-tracker

parcel-tracker [code] is a CLI tool for tracking packages.

Installation

pip install https://api.github.com/repos/uw0s/parcel-tracker/tarball/main#subdirectory=python

Usage

parcel-tracker 0123456789ABCDEF carrier_name

Example Output

{
unique_id1: {
"time": "2024-05-10 18:42:54",
"message": "Received by logistics company",
"location": "Mainland China"
}
unique_id2: {
"time": "2024-05-10 10:35:00 ",
"message": "Package ready for shipping from warehouse",
"location": "Mainland China"
}
unique_id3: {
"time": "2024-05-09 23:33:43",
"message": "Shipment information received by warehouse electronically",
"location": "Mainland China"
}
}

Supported Services