# Slack Bot Configuration
# Channel to join (can be channel ID or name)
SLACK_CHANNEL=C01234567
# Authentication Method 1: Stealth Mode (xoxc + xoxd tokens)
# Use these for browser-extracted tokens without requiring bot installation
# SLACK_XOXC_TOKEN=xoxc-1234567890-...
# SLACK_XOXD_COOKIE=xoxd-1234567890...
# Authentication Method 2: OAuth Token (xoxp)
# Use this for secure OAuth tokens
# SLACK_XOXP_TOKEN=xoxp-1234567890-...
# Note: You must provide either:
# - Both SLACK_XOXC_TOKEN and SLACK_XOXD_COOKIE (stealth mode), OR
# - SLACK_XOXP_TOKEN (OAuth mode)