Overview
Thelist command fetches tweets from a Twitter List. Lists are curated groups of Twitter accounts that let you view a custom timeline of tweets from specific users.
Syntax
Arguments
The numeric ID of the Twitter List to fetch tweets from.You can find the List ID in the URL when viewing a list:
https://twitter.com/i/lists/1234567890 β List ID is 1234567890Options
Maximum number of tweets to fetch from the list.Alias:
-nOutput tweets as JSON instead of formatted table.
Enable score-based filtering to show only high-quality tweets from the list.
Examples
Output
The command displays a formatted table with:- Tweet content and author
- Engagement metrics (likes, retweets, replies)
- Timestamps
- Filter statistics (when using
--filter)
Example Output
Finding List IDs
To get the List ID:- On Twitter/X web - Go to your Lists page
- Click on a list - The URL will show the List ID:
- For other usersβ lists - The URL format is the same:
You need to have access to view the list. Public lists can be viewed by anyone, while private lists are only accessible to members.
Use Cases
- Curated feeds - View tweets from hand-picked accounts without following everyone
- Topic monitoring - Create lists around specific interests or industries
- Competitor tracking - Monitor tweets from competitors in one feed
- News aggregation - Combine multiple news sources into one timeline
- Research - Gather tweets from experts in a specific field
- Community engagement - Track tweets from your community members
Managing Lists
While this CLI tool focuses on reading list timelines, you can manage your lists (create, edit, add members) through:- The Twitter/X web interface at twitter.com/i/lists
- The Twitter mobile app
- The Twitter API (for programmatic management)
List vs Feed
Hereβs when to use each command:| Feature | twitter list | twitter feed |
|---|---|---|
| Content | Specific list members | Everyone you follow |
| Curation | Manual selection | Based on follows |
| Algorithm | Chronological | Algorithmic (for-you) or chronological (following) |
| Use case | Focused topics | General browsing |
