-
Notifications
You must be signed in to change notification settings - Fork 815
Expand file tree
/
Copy path.env.example
More file actions
37 lines (30 loc) · 1.06 KB
/
.env.example
File metadata and controls
37 lines (30 loc) · 1.06 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
IGusername=your_instagram_username
IGpassword=your_instagram_password
Xusername=your_twitter_username
Xpassword=your_twitter_password
MONGODB_URI=mongodb://localhost:27017/instagram-ai-agent
MONGODB_REQUIRED=false
# Gemini API key(s)
GEMINI_API_KEY=your_primary_gemini_api_key
GEMINI_API_KEY_1=your_gemini_api_key_1
GEMINI_API_KEY_2=your_gemini_api_key_2
# Optional: locale-specific ad/sponsored markers (comma-separated)
IG_AD_MARKERS=sponsored,paid partnership,paid partnership with
IG_AD_BUTTON_MARKERS=learn more,shop now,sign up,install now,get offer,subscribe,book now
# Optional: run Instagram agent loop automatically
IG_AGENT_ENABLED=false
IG_AGENT_INTERVAL_MS=30000
IG_RUN_PROFILE=standard
IG_MAX_POSTS_PER_RUN=20
IG_ACTION_DELAY_MIN_MS=5000
IG_ACTION_DELAY_MAX_MS=10000
IG_COOLDOWN_MINUTES=60
IG_COMMENT_ALLOWLIST=
IG_COMMENT_DENYLIST=
IG_COMMENT_SENTIMENT=any
# Optional: daily limit for IG actions (likes/comments). 0 = unlimited
IG_DAILY_MAX_ACTIONS=0
# Optional: logging backend ("winston" or "console")
LOGGER=console
TRAIN_MAX_FILE_MB=10
TRAIN_DRY_RUN=false