38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
# =============================================================================
|
|
# Job Ops - Environment Variables
|
|
# Copy this file to .env and fill in your values
|
|
# =============================================================================
|
|
|
|
# OpenRouter API for AI scoring and summaries
|
|
# Get your key at: https://openrouter.ai/keys
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
MODEL=openai/gpt-4o-mini
|
|
|
|
# RXResume credentials for PDF generation
|
|
# Create an account at: https://rxresu.me
|
|
RXRESUME_EMAIL=your_email@example.com
|
|
RXRESUME_PASSWORD=your_password_here
|
|
|
|
# Pipeline configuration
|
|
PIPELINE_TOP_N=10
|
|
PIPELINE_MIN_SCORE=50
|
|
|
|
# Optional: Notion integration for job tracking
|
|
NOTION_API_KEY=
|
|
NOTION_DATABASE_ID=
|
|
|
|
# Optional: Webhook secret for n8n automation
|
|
WEBHOOK_SECRET=
|
|
|
|
# =============================================================================
|
|
# JobSpy (Indeed/LinkedIn scraping) - optional
|
|
# =============================================================================
|
|
# These control the Python JobSpy scraper used by the pipeline.
|
|
JOBSPY_SITES=indeed,linkedin
|
|
JOBSPY_SEARCH_TERM=web developer
|
|
JOBSPY_LOCATION=UK
|
|
JOBSPY_RESULTS_WANTED=200
|
|
JOBSPY_HOURS_OLD=72
|
|
JOBSPY_COUNTRY_INDEED=UK
|
|
JOBSPY_LINKEDIN_FETCH_DESCRIPTION=1
|