amazon-orders for Python

amazon-orders is an unofficial library that provides a Python API (and CLI) for Amazon order history. This package works by parsing data from Amazon’s consumer-facing website. A periodic build validates functionality to ensure its stability, but as Amazon provides no official API to use, this package may break at any time. Pin the minor version with a wildcard (ex. ==4.0.*, not ==4.0.7)—or reinstall with the --upgrade (as shown below) often—to ensure you always get the latest stable release. ...

January 31, 2024 · 2 min