ez-devto
ez-devto - DEV.to CLI
Simple typer CLI for browsing DEV.to. No authentication required.
Usage
Run uv run skills/ez-devto/scripts/devto.py <command>. All commands support --json for raw JSON output.
Browse Articles
uv run skills/ez-devto/scripts/devto.py top # top articles this week
uv run skills/ez-devto/scripts/devto.py top --limit 20 # more results
uv run skills/ez-devto/scripts/devto.py latest # newest articles
uv run skills/ez-devto/scripts/devto.py rising # rising today
uv run skills/ez-devto/scripts/devto.py tag python # by tag
uv run skills/ez-devto/scripts/devto.py tag webdev # webdev articles
View Article Details and Comments
uv run skills/ez-devto/scripts/devto.py article 12345
uv run skills/ez-devto/scripts/devto.py comments 12345
Search and Tags
uv run skills/ez-devto/scripts/devto.py search "react hooks"
uv run skills/ez-devto/scripts/devto.py tags # popular tags
Common Workflows
| User asks | Command |
|---|---|
| "What's popular on DEV.to?" | devto.py top |
| "Latest DEV.to articles" | devto.py latest |
| "DEV.to posts about Python" | devto.py tag python |
| "Search DEV.to for X" | devto.py search "X" |
| "Show comments on article Y" | devto.py comments Y |
| "What tags are popular on DEV.to?" | devto.py tags |
More from araa47/ez-news
ez-hn
Browse and search Hacker News. Fetch top, new, best, Ask HN, Show HN stories and job postings. View item details, comments, and user profiles. Search stories via Algolia. Find "Who is hiring?" threads. Use for any HN-related queries.
9ez-lobsters
Browse and search Lobste.rs. Fetch hottest, newest, and tag-filtered stories. View story details and comments. Search stories. Use for any Lobste.rs-related queries.
9ez-github
Discover trending GitHub repositories, view repo details and releases, search repos. Find popular new projects by language and time period. Use for any GitHub trending/discovery queries.
8