# eBay Research Configuration
# Replace with your actual eBay credentials

EBAY_EMAIL = "your_email@example.com"
EBAY_PASSWORD = "your_password"

# Browser settings
HEADLESS_MODE = False  # Set to True to run browser in background
BROWSER_TIMEOUT = 30000  # Timeout in milliseconds
SLOW_MO = 100  # Delay between actions in milliseconds

# File paths
USER_DATA_DIR = "./browser-data"
STATE_FILE = "ebay_state.json"
