repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: ordercli |
| #3 | description: Foodora-only CLI for checking past orders and active order status (Deliveroo WIP). |
| #4 | homepage: https://ordercli.sh |
| #5 | metadata: {"clawdbot":{"emoji":"🛵","requires":{"bins":["ordercli"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/ordercli","bins":["ordercli"],"label":"Install ordercli (brew)"},{"id":"go","kind":"go","module":"github.com/steipete/ordercli/cmd/ordercli@latest","bins":["ordercli"],"label":"Install ordercli (go)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # ordercli |
| #9 | |
| #10 | Use `ordercli` to check past orders and track active order status (Foodora only right now). |
| #11 | |
| #12 | Quick start (Foodora) |
| #13 | - `ordercli foodora countries` |
| #14 | - `ordercli foodora config set --country AT` |
| #15 | - `ordercli foodora login --email you@example.com --password-stdin` |
| #16 | - `ordercli foodora orders` |
| #17 | - `ordercli foodora history --limit 20` |
| #18 | - `ordercli foodora history show <orderCode>` |
| #19 | |
| #20 | Orders |
| #21 | - Active list (arrival/status): `ordercli foodora orders` |
| #22 | - Watch: `ordercli foodora orders --watch` |
| #23 | - Active order detail: `ordercli foodora order <orderCode>` |
| #24 | - History detail JSON: `ordercli foodora history show <orderCode> --json` |
| #25 | |
| #26 | Reorder (adds to cart) |
| #27 | - Preview: `ordercli foodora reorder <orderCode>` |
| #28 | - Confirm: `ordercli foodora reorder <orderCode> --confirm` |
| #29 | - Address: `ordercli foodora reorder <orderCode> --confirm --address-id <id>` |
| #30 | |
| #31 | Cloudflare / bot protection |
| #32 | - Browser login: `ordercli foodora login --email you@example.com --password-stdin --browser` |
| #33 | - Reuse profile: `--browser-profile "$HOME/Library/Application Support/ordercli/browser-profile"` |
| #34 | - Import Chrome cookies: `ordercli foodora cookies chrome --profile "Default"` |
| #35 | |
| #36 | Session import (no password) |
| #37 | - `ordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"` |
| #38 | - `ordercli foodora session refresh --client-id android` |
| #39 | |
| #40 | Deliveroo (WIP, not working yet) |
| #41 | - Requires `DELIVEROO_BEARER_TOKEN` (optional `DELIVEROO_COOKIE`). |
| #42 | - `ordercli deliveroo config set --market uk` |
| #43 | - `ordercli deliveroo history` |
| #44 | |
| #45 | Notes |
| #46 | - Use `--config /tmp/ordercli.json` for testing. |
| #47 | - Confirm before any reorder or cart-changing action. |
| #48 |