Medium
Mode: 🌗 Mixed · Domain: medium.com
Commands
| Command | Description |
|---|---|
opencli medium feed | Get hot Medium posts, optionally scoped to a topic |
opencli medium search | Search Medium posts by keyword |
opencli medium user | Get recent articles by a user |
opencli medium tag <tag> | Latest articles for a Medium tag (public RSS, no browser) |
Usage Examples
bash
# Get the general Medium feed
opencli medium feed --limit 10
# Search posts by keyword
opencli medium search ai
# Get articles by a user
opencli medium user @username
# Topic feed as JSON
opencli medium feed --topic programming -f json
# Latest articles for a tag (public RSS — fastest, no browser)
opencli medium tag programming --limit 10
opencli medium tag artificial-intelligence --limit 20tag columns
rank, title, author, description, categories, published, url
descriptionis the full RSS<description>(no silent truncation; pipe throughheadif you want a preview).categoriesis comma-joined Medium tags from each item's<category>blocks.publishedis the originalpubDateISO string when available.
Prerequisites
opencli medium searchandopencli medium tagcan run without a browser (the latter parsesmedium.com/feed/tag/<tag>RSS)opencli medium feedandopencli medium userrequire Browser Bridge access tomedium.com