Polish public-facing docs
This commit is contained in:
@@ -5,7 +5,7 @@ description: Use the local twitter-cli fork with cookies.txt authentication for
|
||||
|
||||
# Twitter CLI (cookie-file, multi-account)
|
||||
|
||||
Use the local fork in `/root/projects/twitter-cli`.
|
||||
Use this repository checkout.
|
||||
|
||||
## Rules
|
||||
|
||||
@@ -17,7 +17,7 @@ Use the local fork in `/root/projects/twitter-cli`.
|
||||
## Basic pattern
|
||||
|
||||
```bash
|
||||
cd /root/projects/twitter-cli
|
||||
cd <repo-checkout>
|
||||
. .venv/bin/activate
|
||||
TWITTER_COOKIE_FILE=/path/to/account.cookies.txt twitter whoami --json
|
||||
```
|
||||
@@ -25,13 +25,13 @@ TWITTER_COOKIE_FILE=/path/to/account.cookies.txt twitter whoami --json
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
TWITTER_COOKIE_FILE=/path/to/account.cookies.txt twitter tweet 2051661976330269086 --json
|
||||
TWITTER_COOKIE_FILE=/path/to/account.cookies.txt twitter user Space_Banane --json
|
||||
TWITTER_COOKIE_FILE=/path/to/account.cookies.txt twitter tweet 1234567890 --json
|
||||
TWITTER_COOKIE_FILE=/path/to/account.cookies.txt twitter user someuser --json
|
||||
TWITTER_COOKIE_FILE=/path/to/account.cookies.txt twitter post "hello world"
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- The fork already supports Netscape-format `cookies.txt` via `TWITTER_COOKIE_FILE`.
|
||||
- Repo: `https://gitea.reversed.dev/luna/twitter-cli-cookiefile`
|
||||
- Repo-local skill path: `skill/SKILL.md`
|
||||
- If auth fails, verify the cookie file still contains fresh `auth_token` and `ct0` values for the target account.
|
||||
|
||||
Reference in New Issue
Block a user