email marketing

This commit is contained in:
2026-07-28 13:29:35 +02:00
parent ab63d4b916
commit e1b6d5fcc1
13 changed files with 1124 additions and 3 deletions

16
seo-tracker/.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Serper.dev API Key https://serper.dev → API keys
SERPER_API_KEY=
# Eigene Domain (ohne www, ohne Protokoll)
TARGET_DOMAIN=qrmaster.net
# Standardland für Keywords ohne "| xx" Suffix
DEFAULT_COUNTRY=us
# Wie tief geprüft wird. 100 = Top 100 (~10 Credits/Keyword),
# 20 = Top 20 (~2 Credits/Keyword). Zum Credits-Sparen niedriger setzen.
RESULTS_PER_QUERY=100
# Parallele Requests und Pause dazwischen
CONCURRENCY=4
DELAY_MS=250