convert to backblaze fetcher

This commit is contained in:
Jan Bader
2026-04-05 22:01:46 +02:00
parent 66e1c9e0e0
commit a9bb2460c6
15 changed files with 333 additions and 1620 deletions

View File

@@ -1,21 +1,19 @@
# Content Extractor Configuration
# Backblaze credentials
BACKBLAZE_EMAIL=you@example.com
BACKBLAZE_PASSWORD=your_password
# Obsidian vault path (default: ~/Obsidian Vault)
OBSIDIAN_VAULT_PATH=~/Obsidian Vault
# Invoice fields (all optional - leave empty to skip)
INVOICE_VAT_ID=
INVOICE_DOCUMENT_TYPE=
INVOICE_COMPANY=
INVOICE_NOTES=
# Browser settings (for Instagram extraction)
# Output
OUTPUT_DIR=./invoices
# Browser
BROWSER_HEADLESS=true
BROWSER_TIMEOUT=30000
# Content extraction settings
MAX_CONTENT_LENGTH=10000
GENERATE_SUMMARY=true
# YouTube settings
YOUTUBE_LANGUAGE=en
# Instagram settings
INSTAGRAM_WAIT_TIME=5
# Logging
LOG_LEVEL=INFO