-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (28 loc) · 1.01 KB
/
Copy path.env.example
File metadata and controls
33 lines (28 loc) · 1.01 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
# FPL Agent Environment Variables
# OpenAI API Key (required)
OPENAI_API_KEY=your_openai_api_key
# FPL Credentials (for authenticated actions)
FPL_EMAIL=your_fpl_email
FPL_PASSWORD=your_fpl_password
# Your FPL Manager ID (found in your team URL)
FPL_MANAGER_ID=your_manager_id
# Autonomous Mode Configuration (all default to false/values below)
# Set to true to allow automatic transfers
AUTO_EXECUTE_TRANSFERS=false
# Set to true to allow automatic chip plays
AUTO_PLAY_CHIPS=false
# Emergency stop - set to true to halt all actions instantly
EMERGENCY_STOP=false
# Maximum transfers per week
MAX_TRANSFERS_PER_WEEK=2
# Minimum xP gain required to take a hit
MIN_XP_GAIN_FOR_HIT=8
# Hours before deadline to switch to execute phase
PRE_DEADLINE_HOURS=2
# Polling interval in minutes
POLL_INTERVAL_MINUTES=30
# Twitter/X API (optional - for news monitoring)
# Get from https://developer.twitter.com/
TWITTER_BEARER_TOKEN=
# Must set to 'true' to enable Twitter (disabled by default to avoid rate limits/bans)
ENABLE_TWITTER=false