CLI tool to check Foodora past orders, track active delivery status, and reorder from your order history.
npx clawhub@latest install ordercliRequirements
ordercli is a command-line interface for interacting with your Foodora account directly from the terminal. It lets you view active orders with live status updates, browse order history, inspect individual order details as JSON, and reorder previous meals by adding items back to your cart. Deliveroo support is in progress but not yet functional.
npx clawhub@latest install ordercliClick the Install button at the top of this page for one-click setup
ordercli does not support that.Run ordercli foodora orders to see all active deliveries with arrival estimates and current status. Use the --watch flag to poll continuously and monitor progress in real time.
Retrieve your last N orders with ordercli foodora history --limit 20, then inspect any order in full with history show <orderCode>. Add --json for machine-readable output.
Preview what will be added to your cart with ordercli foodora reorder <orderCode>, then confirm the action with --confirm. You can specify a delivery address via --address-id.
Supports browser-based login (--browser) to handle Cloudflare challenges, with the option to reuse a persistent browser profile. You can also import existing Chrome cookies or a full session to avoid re-authentication.
Authenticate via email/password, browser session, or by importing cookies directly from Chrome. Session refresh is supported with ordercli foodora session refresh.
Run ordercli foodora orders --watch in a terminal pane to keep an eye on your delivery's arrival estimate and status without switching to the Foodora app.
Find the order code for your favourite regular meal in your history and use ordercli foodora reorder <orderCode> --confirm to instantly re-add it to your cart.
Use ordercli foodora history --limit 50 combined with history show <orderCode> --json to export and analyse your delivery history programmatically.
npx clawhub@latest install ordercliRequirements
Log in to write a review
No reviews yet. Be the first to share your experience!