# 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