Receipt Snap
by @marinhobot
Process receipt photos and PDFs, extract vendor date amount currency, convert to EUR, upload to Google Drive with proper naming Vendor_Date_EURAmount.pdf, an...
1. Install gog CLI
brew install faradayhq/gog/gog
gog auth login
2. Set environment variables
| Variable | Required | Description |
|----------|----------|-------------|
| RECEIPT_DRIVE_FOLDER_ID | Yes | Google Drive folder ID for uploads |
| RECEIPT_GOOGLE_SHEET_ID | Yes | Google Sheet ID for log rows |
| RECEIPT_LOG_FILE | No | Local CSV backup path (default: ~/receipts/log.csv) |
3. Google Drive & Sheets setup
Drive: Create a folder, share it with the Google account authenticated in gog, copy the folder ID from the URL.
Sheets: Create a sheet with a tab named log, add headers in row 1: Date | Vendor | Description | Original Amount | Currency | EUR Amount | Exchange Rate | Category | Drive Link | Notes. Copy the Sheet ID from the URL.
clawhub install receipt-snap-spain