# OpenAI API Key for Whisper transcription OPENAI_API_KEY=your_openai_api_key_here # Anthropic API Key for Claude Haiku translation (optional) ANTHROPIC_API_KEY=your_anthropic_api_key_here # Server port (optional, default: 3000) PORT=3000 # Output directory (optional, default: ./output) OUTPUT_DIR=./output # YouTube cookies file path (optional, helps bypass bot detection) # Run: bash scripts/extract-cookies.sh # Then set the path to your cookies file: YOUTUBE_COOKIES_PATH=./youtube-cookies.txt