Overview
The favorites command fetches tweets youβve bookmarked (saved) on Twitter. Bookmarks are private and only visible to you.
twitter favorites [OPTIONS]
Options
Maximum number of bookmarked tweets to fetch. If not specified, uses the default from your config file (typically 50).Alias: -n
Output tweets as JSON instead of formatted table.
Save fetched bookmarks to a JSON file.Alias: -o
Enable score-based filtering to organize bookmarks by quality score.
Examples
# Fetch your bookmarked tweets
twitter favorites
The command displays a formatted table showing:
- Tweet content and author
- Engagement metrics (likes, retweets, replies)
- Tweet timestamps
- Filter statistics (when
--filter is used)
Example Output
π Getting Twitter cookies...
π Fetching favorites (50 tweets)...
β
Fetched 50 favorites in 1.8s
π favorites β 50 tweets
βββββββββββββββ³ββββββββββββββββββββββββ³βββββββ³βββββββ³βββββββ
β Author β Tweet β β€οΈ β π β π¬ β
β‘βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ©
β @sama β Great insight on... β 892 β 123 β 45 β
β @karpathy β New paper on... β 2.1k β 345 β 167 β
βββββββββββββββ΄ββββββββββββββββββββββββ΄βββββββ΄βββββββ΄βββββββ
Bookmarks are fetched in reverse chronological order (most recent first).
Use favorites with --output to create a backup of your bookmarks:twitter favorites -n 1000 -o bookmarks_backup.json
You can later search or filter this archive offline.
Use Cases
- Archive bookmarks - Save your bookmarks before theyβre deleted
- Organize saved content - Use filtering to find your best bookmarks
- Export for research - Extract bookmarked tweets for analysis or note-taking
- Backup important tweets - Create local copies of valuable content
- feed - View your home timeline
- search - Search for specific tweets
- tweet - View a specific tweet and its replies