11 lines
513 B
Text
11 lines
513 B
Text
# Snipe works out of the box with the scraper (no credentials needed).
|
|
# Set EBAY_CLIENT_ID + EBAY_CLIENT_SECRET to unlock full trust scores
|
|
# (account age and category history signals require the eBay Browse API).
|
|
# Without credentials the app logs a warning and uses the scraper automatically.
|
|
|
|
# Optional — eBay API credentials (self-hosters / paid CF cloud tier)
|
|
# EBAY_CLIENT_ID=your-client-id-here
|
|
# EBAY_CLIENT_SECRET=your-client-secret-here
|
|
# EBAY_ENV=production # or: sandbox
|
|
|
|
SNIPE_DB=data/snipe.db
|