-
Notifications
You must be signed in to change notification settings - Fork 4
Environment Variables
Doğan Çelik edited this page May 25, 2024
·
7 revisions
# How many URLs are stored in the store (Added in v2.6.0)
TWDL_CACHE_MAX=500
# How long caches are stored in the store (Added in v2.6.0)
TWDL_CACHE_TTL=3600 # 1 hour
# Cache store path (Added in v2.6.0)
TWDL_CACHE_PATH=%TMP%\twdl-cache.json
# Authentication cookie file path or JSON array for Puppeteer
TWDL_COOKIE=… # See "Hidden Tweets" page
# Debug Puppeteer (JSON)
TWDL_PUPPETEER_OPTS={"devtools":true,"slowMo":100,"headless":false}
# Override Nitter instances
TWDL_NITTER_INSTANCES=https://nitter.privacydev.net,https://nitter.kavin.rocks
# Debug logs
DEBUG=twdl:*