curllm

Environment

📚 Documentation Index ⬅️ Back to Main README

.env files

Generate/merge examples env:

auth chmod +x examples/setup_env.sh
examples/setup_env.sh

Auto-load behavior:

Common variables

Accept-Language

To prefer Polish content:

export ACCEPT_LANGUAGE="pl-PL,pl;q=0.9"

Shell examples add this header automatically if set.

CAPTCHA

Enable widget CAPTCHA solving in core curllm:

export CAPTCHA_API_KEY=YOUR_2CAPTCHA_KEY
curllm --visual --captcha "https://example.com" -d "fill form"