-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 1.03 KB
/
.env.example
File metadata and controls
35 lines (27 loc) · 1.03 KB
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
27
28
29
30
31
32
33
34
35
# 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
# Discord Bot Configuration
DISCORD_APP_ID=your_discord_application_id
DISCORD_BOT_TOKEN=your_discord_bot_token
DISCORD_PUBLIC_KEY=your_discord_public_key
DISCORD_GUILD_ID=your_discord_server_id_optional
# API Configuration
COMPONENTS_API_URL=https://aitmpl.com/components.json
# Usage:
# 1. Copy this file to .env
# 2. Add your API keys
# 3. Run: python generate_claude_jobs.py