ordercli
精选Command-line tool to track active Foodora orders, browse order history, and quickly reorder from your terminal.
npx clawhub@latest install ordercli系统要求
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.
工作原理
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
核心功能
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
系统要求
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.
使用场景
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.
安装方式
npx clawhub@latest install orderclinpx clawhub@latest install ordercli系统要求
常见问题
评价
0 条评价登录后撰写评价
暂无评价。来分享你的使用体验吧!