Polish public-facing docs
All checks were successful
CI / test (3.10) (push) Successful in 1m9s
CI / test (3.11) (push) Successful in 1m8s
CI / test (3.12) (push) Successful in 27s

This commit is contained in:
2026-05-08 17:11:10 +02:00
parent 9b789e24cb
commit 7956158d9b
2 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
A terminal-first CLI for Twitter/X: read timelines, bookmarks, and user profiles without API keys.
> **Fork note:** This repository is a private fork of [`public-clis/twitter-cli`](https://github.com/public-clis/twitter-cli) with extra cookies.txt auth support, multi-account usage via per-command `TWITTER_COOKIE_FILE=...`, and a repo-local OpenClaw skill.
> **Fork note:** This repository is a fork of [`public-clis/twitter-cli`](https://github.com/public-clis/twitter-cli) with added Netscape `cookies.txt` auth support, multi-account usage via per-command `TWITTER_COOKIE_FILE=...`, and a repo-local OpenClaw skill.
## More Tools
@@ -197,9 +197,9 @@ This keeps the CLI multi-account friendly: no cookie path is pinned in config, s
Examples:
```bash
TWITTER_COOKIE_FILE=/root/twitter_cookies/space.txt twitter whoami --json
TWITTER_COOKIE_FILE=/root/twitter_cookies/betternews.txt twitter whoami --json
TWITTER_COOKIE_FILE=/root/twitter_cookies/bundesamt.txt twitter whoami --json
TWITTER_COOKIE_FILE=/path/to/account-a.cookies.txt twitter whoami --json
TWITTER_COOKIE_FILE=/path/to/account-b.cookies.txt twitter whoami --json
TWITTER_COOKIE_FILE=/path/to/account-c.cookies.txt twitter tweet 1234567890 --json
```
Browser extraction is recommended — it forwards ALL Twitter cookies (not just `auth_token` + `ct0`) and aligns request headers with your local runtime, which is closer to normal browser traffic than minimal cookie auth.