Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
Goal: reorder a previous Foodora order safely (preview first; confirm only on explicit user “yes/confirm/place the order”).
Hard safety rules
ordercli foodora reorder ... --confirm unless user explicitly confirms placing the order.Setup (once)
ordercli foodora countries → ordercli foodora config set --country ATordercli foodora login --email [email protected] --password-stdinordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"Find what to reorder
ordercli foodora history --limit 10ordercli foodora history show <orderCode>ordercli foodora history show <orderCode> --jsonPreview reorder (no cart changes)
ordercli foodora reorder <orderCode>Place reorder (cart change; explicit confirmation required)
ordercli foodora reorder <orderCode> --confirm--address-id (take from their Foodora account / prior order data) and run:
ordercli foodora reorder <orderCode> --confirm --address-id <id>Track the order
ordercli foodora ordersordercli foodora orders --watchordercli foodora order <orderCode>Debug / safe testing
ordercli --config /tmp/ordercli.json ...Converted and distributed by TomeVault | Claim this content