forked from davila7/claude-code-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (20 loc) · 773 Bytes
/
.env.example
File metadata and controls
26 lines (20 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Job Scraping API Keys
# For professional job search APIs (recommended for better results)
# RapidAPI Jobs Search API
# Sign up at: https://rapidapi.com/letscrape-6bRBa3QguO5/api/jobs-search-realtime-data-api/
RAPIDAPI_KEY=your_rapidapi_key_here
# SerpAPI for Google Jobs (alternative)
# Sign up at: https://serpapi.com/
SERPAPI_KEY=your_serpapi_key_here
# Google Serper API (recommended - faster and cheaper)
# Sign up at: https://serper.dev/
SERPER_API_KEY=your_serper_key_here
# GitHub Token (optional, for GitHub scraping)
GITHUB_TOKEN=your_github_token_here
# Supabase (for download statistics)
SUPABASE_URL=your_supabase_url
SUPABASE_API_KEY=your_supabase_key
# Usage:
# 1. Copy this file to .env
# 2. Add your API keys
# 3. Run: python generate_claude_jobs.py