ordercli
Use ordercli to check past orders and track active order status (Foodora only right now).
Quick start (Foodora)
ordercli foodora countriesordercli foodora config set --country ATordercli foodora login --email [email protected] --password-stdinordercli foodora ordersordercli foodora history --limit 20ordercli foodora history show <orderCode>
Orders
Active list (arrival/status):
ordercli foodora ordersWatch:
ordercli foodora orders --watchActive order detail:
ordercli foodora order <orderCode>History detail JSON:
ordercli foodora history show <orderCode> --json
Reorder (adds to cart)
Preview:
ordercli foodora reorder <orderCode>Confirm:
ordercli foodora reorder <orderCode> --confirmAddress:
ordercli foodora reorder <orderCode> --confirm --address-id <id>
Cloudflare / bot protection
Browser login:
ordercli foodora login --email [email protected] --password-stdin --browserReuse profile:
--browser-profile "$HOME/Library/Application Support/ordercli/browser-profile"Import Chrome cookies:
ordercli foodora cookies chrome --profile "Default"
Session import (no password)
ordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"ordercli foodora session refresh --client-id android
Deliveroo (WIP, not working yet)
Requires
DELIVEROO_BEARER_TOKEN(optionalDELIVEROO_COOKIE).ordercli deliveroo config set --market ukordercli deliveroo history
Notes
Use
--config /tmp/ordercli.jsonfor testing.Confirm before any reorder or cart-changing action.