-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
43 lines (30 loc) · 1.22 KB
/
.env.example
File metadata and controls
43 lines (30 loc) · 1.22 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
# Farcaster Plugin Configuration
# Required Settings
# Your Farcaster FID (Farcaster ID) - get this from your Farcaster profile
FARCASTER_FID=123456
# Neynar API Key - obtain from https://dev.neynar.com/
FARCASTER_NEYNAR_API_KEY=your-neynar-api-key-here
# Neynar Signer UUID - get this from Neynar dashboard after setting up a signer
FARCASTER_SIGNER_UUID=your-signer-uuid-here
# Optional Settings
# Run in dry-run mode (true/false) - posts won't actually be sent
FARCASTER_DRY_RUN=false
# Maximum cast length (default: 320)
MAX_CAST_LENGTH=320
# Polling interval in seconds (default: 120)
FARCASTER_POLL_INTERVAL=120
# Enable automatic posting (default: true)
ENABLE_POST=true
# Post interval range in seconds (default: 5400-10800 = 90-180 minutes)
POST_INTERVAL_MIN=5400
POST_INTERVAL_MAX=10800
# Enable processing of interactions like mentions (default: true)
ENABLE_ACTION_PROCESSING=true
# Action processing interval in seconds (default: 300 = 5 minutes)
ACTION_INTERVAL=300
# Post immediately on startup (default: false)
POST_IMMEDIATELY=false
# Maximum actions to process per cycle (default: 10)
MAX_ACTIONS_PROCESSING=10
# Optional: Custom Farcaster hub URL (defaults to Neynar)
# FARCASTER_HUB_URL=https://hub.farcaster.xyz