init: scripts diversos (crawlers, conversores, scrapers)
This commit is contained in:
11
scraper/.env.example
Executable file
11
scraper/.env.example
Executable file
@@ -0,0 +1,11 @@
|
||||
# API Keys
|
||||
OPENROUTER_API_KEY=your-openrouter-api-key-here
|
||||
|
||||
# Proxy Configuration (opcional)
|
||||
PROXY_USER=your-proxy-username
|
||||
PROXY_PASS=your-proxy-password
|
||||
|
||||
# Reddit API (para scraping de Reddit)
|
||||
REDDIT_CLIENT_ID=your-reddit-client-id
|
||||
REDDIT_CLIENT_SECRET=your-reddit-client-secret
|
||||
REDDIT_USER_AGENT=ScraperBot/1.0 by YourUsername
|
||||
Reference in New Issue
Block a user