readonly mode

This commit is contained in:
DaKheera47
2026-01-16 01:33:43 +00:00
parent 8aca53a57d
commit 9dd8e1432b
6 changed files with 213 additions and 66 deletions
+5 -23
View File
@@ -13,29 +13,11 @@ MODEL=openai/gpt-4o-mini
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=
PIPELINE_WEBHOOK_URL=
JOB_COMPLETE_WEBHOOK_URL=
# =============================================================================
# JobSpy (Indeed/LinkedIn scraping) - optional
# =============================================================================
# These control the Python JobSpy scraper used by the pipeline.
JOBSPY_LOCATION=UK
JOBSPY_RESULTS_WANTED=200
JOBSPY_HOURS_OLD=72
JOBSPY_COUNTRY_INDEED=UK
JOBSPY_LINKEDIN_FETCH_DESCRIPTION=1
# Optional: Basic Auth for write access (read-only without auth)
# When set, all write actions (POST/PATCH/DELETE) require Basic Auth.
# Browsing remains public and read-only.
BASIC_AUTH_USER=
BASIC_AUTH_PASSWORD=
# =============================================================================
# UKVisaJobs (UK visa sponsorship jobs) - optional