# Instagram Cookies (required)
# Get from instagram.com > DevTools > Application > Cookies
IG_SESSION_ID=
IG_USER_ID=
IG_CSRF_TOKEN=
IG_DATR=
IG_DID=
IG_MID=
# Poke Integration (optional)
# Get API key from poke.com/settings/advanced
# When set, you'll get notified of new DMs
POKE_API_KEY=
# Behavior Settings (optional)
# Simulate typing before sending (default: true)
IG_SIMULATE_TYPING=true
# Auto mark conversations as read when opened (default: true)
IG_AUTO_MARK_SEEN=true
# How long to "type" before sending in seconds (default: 1.5)
IG_TYPING_DELAY=1.5
# Server port (optional, default: 8000)
PORT=8000