-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy path.env.example
More file actions
40 lines (35 loc) · 1.99 KB
/
Copy path.env.example
File metadata and controls
40 lines (35 loc) · 1.99 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
36
37
38
39
40
# Agentic-SEO-Skill — credentials template.
#
# Copy this file to `.env` (in this repo root, in the directory where you
# run the scripts, or at `~/.agentic-seo/.env`) and fill in the values you
# need. `.env` is gitignored so secrets stay local.
#
# Every key is OPTIONAL. Real shell-exported env vars always win over .env.
# CLI flags (e.g. `--api-key`) always win over both.
# ---------------------------------------------------------------------------
# Google PageSpeed Insights (scripts/pagespeed.py, scripts/generate_report.py)
# ---------------------------------------------------------------------------
# Get one at https://console.cloud.google.com/ → enable "PageSpeed Insights API".
# Without a key the public PSI endpoint works but is heavily rate-limited.
PAGESPEED_API_KEY=
# ---------------------------------------------------------------------------
# Google Knowledge Graph (scripts/entity_checker.py)
# ---------------------------------------------------------------------------
# Get one at https://console.cloud.google.com/ → enable "Knowledge Graph Search API".
GOOGLE_KG_API_KEY=
# Shared fallback for any Google API above (PageSpeed + Knowledge Graph).
# Only set this if your single key has both APIs enabled.
GOOGLE_API_KEY=
# ---------------------------------------------------------------------------
# GitHub (scripts/github_*.py)
# ---------------------------------------------------------------------------
# Personal access token. Read-only scope is enough for SEO audits.
# `gh auth login` is an alternative — these scripts try it as a fallback.
GITHUB_TOKEN=
# GH_TOKEN= # accepted as an alias of GITHUB_TOKEN
# ---------------------------------------------------------------------------
# Google Search Console (scripts/gsc_checker.py, scripts/link_profile.py)
# ---------------------------------------------------------------------------
# Path to a service-account JSON file with GSC access. The path can be
# absolute or relative to where you invoke the script.
GSC_CREDENTIALS_PATH=