- 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
16 lines
204 B
YAML
16 lines
204 B
YAML
fetch:
|
|
count: 50
|
|
|
|
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
|