ordercli
EmpfohlenCommand-line tool to track active Foodora orders, browse order history, and quickly reorder from your terminal.
npx clawhub@latest install ordercliVoraussetzungen
ordercli is a command-line interface for food delivery platforms, currently supporting Foodora (with Deliveroo support in progress). It lets you check real-time order status, browse your order history, and even trigger reorders — all without leaving the terminal.Whether you want to watch a live delivery countdown, inspect a past order's details as JSON, or quickly reorder a favourite meal with a single command, ordercli brings your food delivery account directly into your workflow.
Funktionsweise
ordercli authenticates with your Foodora account and communicates with the platform's API on your behalf. Here's a typical flow:Set your country: ordercli foodora config set --country ATLog in with your credentials: ordercli foodora login --email you@example.com --password-stdinList active orders: ordercli foodora ordersBrowse history: ordercli foodora history --limit 20Reorder a past meal: ordercli foodora reorder
Hauptfunktionen
Live Order Tracking — View active orders with estimated arrival and status; use --watch to poll continuously.Order History — Browse past orders with configurable limits and view full details as JSON with history show
Voraussetzungen
Foodora Account — Required. A valid Foodora email and password (or an importable Chrome session) is needed to authenticate and access orders.Deliveroo Bearer Token — Optional. Required only for the in-progress Deliveroo integration. Set via the DELIVEROO_BEARER_TOKEN environment variable. An additional DELIVEROO_COOKIE variable is also supported optionally.
Anwendungsfälle
Developer Lunch Tracker — Check if your Foodora delivery has arrived without switching away from your IDE or terminal session.Reorder Regulars — Quickly reorder a saved favourite meal with a single confirmed command, bypassing the app UI entirely.Order Auditing — Export past order details as structured JSON for expense tracking, personal records, or data analysis.CI / Automation Scripts — Integrate delivery status into custom scripts or dashboards using the --json output flag.
Installation
npx clawhub@latest install orderclinpx clawhub@latest install ordercliVoraussetzungen
FAQ
Bewertungen
0 BewertungenAnmelden, um eine Bewertung zu schreiben
Noch keine Bewertungen. Sei der Erste, der seine Erfahrungen teilt!