Skip to content

Hugging Face

Mode: 🌐 Public · Domain: huggingface.co

Commands

CommandDescription
opencli hf topTop upvoted Hugging Face papers

Usage Examples

bash
# Today's top papers
opencli hf top --limit 10

# All papers (no limit)
opencli hf top --all

# Specific date
opencli hf top --date 2025-03-01

# Weekly/monthly top papers
opencli hf top --period weekly
opencli hf top --period monthly

# JSON output
opencli hf top -f json

Options

OptionDescription
--limitNumber of papers (default: 20)
--allReturn all papers, ignoring limit
--dateDate in YYYY-MM-DD format (defaults to most recent)
--periodTime period: daily, weekly, or monthly (default: daily)

Prerequisites

  • No browser required — uses public Hugging Face API

Released under the Apache-2.0 License.