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

java-ngrok - a Java wrapper for ngrok

java-ngrok is a Java wrapper for ngrok that manages its own binary, making ngrok available via a convenient Java API. ngrok is a reverse proxy that opens secure tunnels from public URLs to localhost. It’s perfect for rapid development (test webhooks, demo local websites, enable SSH access), establishing ingress to external networks and devices, building production APIs (traffic policies, OAuth, load balancing), and more. And it’s made even more powerful with native Java integration through the java-ngrok client. ...

August 27, 2021 · 3 min

hookee - command line webhooks, on demand

hookee is a utility that provides command line webhooks, on demand! Dump useful request data to the console, process requests and responses, customize response data, and configure hookee and its routes further in any number of ways through custom plugins. Installation hookee is available on PyPI and can be installed using pip: pip install hookee or conda: conda install -c conda-forge hookee That’s it! hookee is now available as a Python package and is available from the command line. ...

September 12, 2020 · 2 min

pyngrok - a Python wrapper for ngrok

pyngrok is a Python wrapper for ngrok that manages its own binary, making ngrok available via a convenient Python API and the command line. ngrok is a reverse proxy that opens secure tunnels from public URLs to localhost. It’s perfect for rapid development (test webhooks, demo local websites, enable SSH access), establishing ingress to external networks and devices, building production APIs (traffic policies, OAuth, load balancing), and more. And it’s made even more powerful with native Python integration through the pyngrok client. ...

January 21, 2019 · 2 min