32 lines
825 B
Markdown
32 lines
825 B
Markdown
---
|
|
title: Uber Eats Monthly Reports
|
|
type: collection
|
|
status: active
|
|
created: 2026-08-02
|
|
updated: 2026-08-02
|
|
verified_on: 2026-08-02
|
|
confidence: high
|
|
tags: [reports, uber-eats, finance]
|
|
---
|
|
|
|
# Uber Eats Monthly Reports
|
|
|
|
Monthly spend reports generated from Camofox-authenticated Uber Eats sessions.
|
|
|
|
## How it works
|
|
- Cron job runs on the 1st of each month at 02:00 AWST
|
|
- Opens a Camofox tab (profile `anthony`) and navigates to `ubereats.com/orders`
|
|
- Captures the `getPastOrdersV1` API response
|
|
- Saves JSON to `~/.hermes/uber_eats_report.json`
|
|
- Generates HTML report + wiki markdown page
|
|
- Delivers a formatted Telegram digest
|
|
|
|
## Reports
|
|
|
|
| Month | Spend | Orders | Avg/Order | Report |
|
|
|---|---|---|---|---|
|
|
| 2026-07 | $264.51 | 11 | $24.05 | [[reports/uber-eats/2026-07]] |
|
|
|
|
## Related
|
|
- [[systems/scheduled-tasks]]
|