🦀 ClawHub
CleanApp Report Submission
by @borisolver
Submit real-world issue reports (trash, hazards, infrastructure problems) to CleanApp's global routing pipeline. Your observations become actionable — routed...
💡 Examples
Bulk ingest from JSON (recommended)
export CLEANAPP_API_TOKEN="cleanapp_fk_live_..."
python3 ingest.py \\
--base-url https://live.cleanapp.io \\
--input examples/sample_items.json \\
--approx-location \\
--no-media
Dry run (no network)
python3 ingest.py --input examples/sample_items.json --dry-run
Single-item helper (shell)
This is useful for quick manual submissions while debugging.
export CLEANAPP_API_TOKEN="cleanapp_fk_live_..."
./scripts/submit_report.sh --title "Broken elevator" --description "Stuck on floor 3" --lat 34.0702 --lng -118.4441 --approx-location
TERMINAL
clawhub install cleanapp