12fc0522b2
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
12 lines
330 B
Bash
12 lines
330 B
Bash
# Copy to .env and fill in. .env is gitignored — never commit real values.
|
|
|
|
# BGG XML API application token (register at https://boardgamegeek.com/applications)
|
|
BGG_API_TOKEN=
|
|
|
|
# BGG website login for the upload stage (Playwright)
|
|
BGG_USERNAME=
|
|
BGG_PASSWORD=
|
|
|
|
# Anthropic API key for the vision extract stage
|
|
ANTHROPIC_API_KEY=
|