Files
twitter-cli-cookiefile/config.yaml
Luna bc82333e07
All checks were successful
CI / test (3.10) (push) Successful in 1m51s
CI / test (3.11) (push) Successful in 29s
CI / test (3.12) (push) Successful in 24s
Add cookies.txt authentication support
2026-05-08 16:43:01 +02:00

25 lines
506 B
YAML

fetch:
count: 50
auth:
cookieFile: /mnt/shared/cookies.txt
filter:
mode: "topN"
topN: 20
minScore: 50
lang: []
excludeRetweets: false
weights:
likes: 1.0
retweets: 3.0
replies: 2.0
bookmarks: 5.0
views_log: 0.5
rateLimit:
requestDelay: 1.5 # seconds between paginated requests
maxRetries: 3 # retry count on 429 / rate-limit errors
retryBaseDelay: 5.0 # base delay for exponential backoff (seconds)
maxCount: 200 # hard cap for single fetch