jackwener
|
767a466667
|
fix: add x-client-transaction-id header for search API
- Root cause: Twitter's SearchTimeline endpoint requires x-client-transaction-id
header that HomeTimeline/Bookmarks don't enforce
- Integrate XClientTransaction library for header generation
- Add requests + beautifulsoup4 dependencies
- Fix SearchTimeline variables (override base timeline vars)
- Update FEATURES dict and fallback queryIds to match live x.com values
|
2026-03-07 19:53:55 +08:00 |
|
jackwener
|
1ca62d4635
|
chore: add pypi publish workflow and uv-first install docs
|
2026-03-05 16:16:00 +08:00 |
|
jackwener
|
4c08d09304
|
refactor: harden CLI/client/config and centralize serialization
|
2026-03-05 16:13:54 +08:00 |
|
jackwener
|
7238b932ab
|
feat: add user commands, auto-detect browser, optimize performance
- Add user/user-posts/followers/following commands
- Add UserProfile model and GraphQL API methods
- Add print_user_profile and print_user_table formatters
- Auto-detect browser for cookies (Chrome → Edge → Firefox → Brave)
- Remove --browser option from all commands
- Remove cookie verification (v1.1 endpoints are gone)
- Use hardcoded fallback query IDs first (skip slow JS bundle scan)
- Update FEATURES from latest twitter-openapi config
- Fix user-posts: add required withVoice variable
- Add tweet URL links in feed output
- Add error handling to all user commands
|
2026-03-05 00:41:26 +08:00 |
|
jackwener
|
16752c3115
|
Initial commit: twitter-cli v0.1.0
|
2026-03-04 17:56:42 +08:00 |
|