-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
14 lines (14 loc) · 891 Bytes
/
Copy path.env.example
File metadata and controls
14 lines (14 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# .env.example — copy this file to .env and fill in your values
# ─────────────────────────────────────────────────────────────
# NOTE: This project uses client_secrets.json for OAuth2 authentication.
# You do NOT need a plain API key. The fields below are for reference only.
#
# How to get client_secrets.json:
# 1. https://console.cloud.google.com/ → Create / select a project
# 2. APIs & Services → Library → Enable "YouTube Data API v3"
# 3. APIs & Services → Credentials → + Create Credentials → OAuth client ID
# Application type: Desktop app
# 4. Download JSON → rename to client_secrets.json → place in project root
#
# Optional: set your channel handle here so you can import it in config.py
CHANNEL_HANDLE=@YourChannelHandle