Files
jackwener__opencli/docs/adapters/browser/steam.md
jakevin d1ade61e8c fix(twitter): rewrite trending from YAML to TS with DOM scraping fallback (#189)
* fix(twitter): rewrite trending from YAML to TS with DOM scraping fallback

The old REST API /i/api/2/guide.json returns 503. Replace with a TS
adapter that:
- Tries legacy guide.json API first (with proper auth headers)
- Falls back to DOM scraping via [data-testid='trend'] elements
- Filters out promoted content
- Follows the same Strategy.COOKIE pattern as timeline.ts

* fix: use 'help' instead of 'description' in Arg (matches Arg interface)

* docs(steam): add adapter documentation, update READMEs

- Create docs/adapters/browser/steam.md
- Add steam entry to README.md and README.zh-CN.md
- Fixes doc-coverage CI check (44/44)
2026-03-21 10:44:32 +08:00

424 B

Steam

Mode: 🌐 Public · Domain: store.steampowered.com

Commands

Command Description
opencli steam top-sellers Top selling games on Steam

Usage Examples

# Quick start
opencli steam top-sellers

# Limit results
opencli steam top-sellers --limit 5

# JSON output
opencli steam top-sellers -f json

Prerequisites

  • No login required (public API)