Add DPD to README.md

This commit is contained in:
Kumi 2023-08-30 12:48:40 +02:00
parent ca16a01dda
commit e5d85d80d1
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -13,6 +13,7 @@ Status information is stored in a SQLite database.
- [GLS](https://gls-group.eu)
- [FedEx](https://www.fedex.com) (requires an API key, see [FedEx Developer Resource Center](https://www.fedex.com/en-us/developer.html))
- [DHL](https://www.dhl.com) (requires an API key, see [DHL Developer Portal](https://developer.dhl.com/))
- [DPD (Austria)](https://www.mydpd.at) (may work for other countries as well, but untested)
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!