snapshot: preserve central wiki state 2026-08-15 (7 modified + 1 new file)

This commit is contained in:
Tony0410
2026-08-15 22:11:30 +08:00
commit 92e8028bb8
71 changed files with 9897 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
---
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]]