-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.example
More file actions
63 lines (51 loc) · 1.36 KB
/
.env.example
File metadata and controls
63 lines (51 loc) · 1.36 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Ruby Agent Environment Variables
# Copy this file to .env and fill in your credentials
#
# Usage in shell scripts:
# source "$(dirname "$0")/../../.env" 2>/dev/null || source "$PROJECT_ROOT/.env"
#
# Usage in Python:
# from dotenv import load_dotenv
# load_dotenv()
# api_key = os.getenv('KLAP_API_KEY')
# ============================================
# MCP Server Credentials
# ============================================
# Twitter/X API
TWITTER_API_KEY=
TWITTER_API_SECRET_KEY=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
# HeyGen (AI Avatar Videos)
HEYGEN_API_KEY=
# Cloudinary (Media Management)
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
CLOUDINARY_CLOUD_NAME=
# Google Gemini / AI Studio
GEMINI_API_KEY=
# Giphy
GIPHY_API_KEY=
# Metricool (Social Analytics)
METRICOOL_USER_TOKEN=
METRICOOL_USER_ID=
# ============================================
# Script Credentials
# ============================================
# Klap API (Video to Shorts)
KLAP_API_KEY=
KLAP_BASE_URL=https://api.klap.app/v2
# Blotato API (Social Media Posting)
BLOTATO_API_KEY=
BLOTATO_BASE_URL=https://backend.blotato.com
# Blotato Account IDs (not secrets, but user-specific)
BLOTATO_YOUTUBE_ID=
BLOTATO_INSTAGRAM_ID=
BLOTATO_LINKEDIN_ID=
BLOTATO_TWITTER_ID=
BLOTATO_THREADS_ID=
BLOTATO_TIKTOK_ID=
# GoFile (Media Hosting)
GOFILE_API_TOKEN=
GOFILE_ACCOUNT_ID=
GOFILE_ROOT_FOLDER=