Skip to main content

Python application tracking your shipments

Project description

Trackbert

A simple Python script for tracking shipments, primarily through KeyDelivery.

If your system provides notify-send, you will get a desktop notification when the status of your shipment changes.

Status information is stored in a SQLite database.

Currently supported tracking providers

More tracking providers can be added easily by subclassing trackbert.trackers.base.BaseTracker. This should be relatively self-explanatory if you look at the existing implementations. Pull requests are welcome!

Requirements

The script was developed and tested on Arch Linux using Python 3.11. The "Never" type hint is used, so I suppose it will not work on older Python versions. It should work on any Linux distribution. You can technically run it on Windows and macOS as well, but you will not get desktop notifications.

In order to get desktop notifications, you need to have notify-send installed. On Arch Linux, this is provided by the libnotify package. If your desktop environment does not provide a notification server, you have to install one yourself. How to do this is beyond the scope of this README.

Installation

First, create a virtual environment and install the package:

python -m venv venv
source venv/bin/activate
pip install trackbert

Then create a config.ini in your working directory (see config.dist.ini) and fill in your KeyDelivery API details, which you can find in your KeyDelivery API management. You can find your API key in your KeyDelivery account settings.

You can also omit this step, but then you will only be able to track shipments from Austrian Post and GLS.

Usage

First, assure that the virtual environment is activated:

source venv/bin/activate

If you need to create a new config file, run trackbert -g. You need this if you want to provide API keys required for KeyDelivery or some of the other tracking providers.

To add a new shipment, run trackbert --tracking-number <tracking-number> --carrier <carrier-id>. Find the required carrier ID in the KeyDelivery API management.

To run the main loop, run trackbert. This will check the status of all shipments every 5 minutes, and print the status to the console. If the status of a shipment changes, you will get a desktop notification.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trackbert-0.2.2.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

trackbert-0.2.2-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file trackbert-0.2.2.tar.gz.

File metadata

  • Download URL: trackbert-0.2.2.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for trackbert-0.2.2.tar.gz
Algorithm Hash digest
SHA256 e21175c98d978d3a2163aaeeaab91c18704b1f90f70f3e2f22bcd71244101770
MD5 121197ab37d23e9f007f0e4c783487e9
BLAKE2b-256 3f6c5ec607338986790f96317c2cdaa0a49bb139af162b7caf6a270291972d5e

See more details on using hashes here.

File details

Details for the file trackbert-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: trackbert-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 20.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for trackbert-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 169071177a09da647cc46ae9961740c6ca5a3aaf087f53281895b641bf207d25
MD5 a41aa168e5dac4052c26df864078deb1
BLAKE2b-256 f5a609759c7e146c77a121d9ec58f11f1b173354a2630e8cdf04bc34e6facddd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page