Overview
Thefeed command fetches tweets from your Twitter home timeline. You can choose between the algorithmic βFor Youβ feed or the chronological βFollowingβ feed.
Syntax
Options
Feed type to fetch:
for-you- Algorithmic home timeline (default)following- Chronological feed from accounts you follow
-tMaximum number of tweets to fetch. If not specified, uses the default from your config file (typically 50).Alias:
-nOutput tweets as JSON instead of formatted table.
Load tweets from a previously saved JSON file instead of fetching from Twitter.Alias:
-iSave fetched tweets to a JSON file for later use.Alias:
-oEnable score-based filtering to remove low-quality tweets based on your filter configuration.
Examples
Output
The command displays:- A formatted table with tweet content, author, engagement metrics (likes, retweets, replies)
- Tweet timestamps
- Filter statistics (when
--filteris used)
Example Output
The
feed command requires authentication. Make sure youβve configured your Twitter cookies using the setup process.