Skip to content

feat(hf): add top command for hf papers (daily, weekly, monthly)#110

Open
k1tyoodev wants to merge 6 commits intojackwener:mainfrom
k1tyoodev:worktree-hf
Open

feat(hf): add top command for hf papers (daily, weekly, monthly)#110
k1tyoodev wants to merge 6 commits intojackwener:mainfrom
k1tyoodev:worktree-hf

Conversation

@k1tyoodev
Copy link

Description

Add hf top command to browse top upvoted Hugging Face papers.

  • Daily papers (default): opencli hf top or opencli hf top --period daily
  • Weekly papers: opencli hf top --period weekly
  • Monthly papers: opencli hf top --period monthly
  • Specific date: opencli hf top --date 2026-03-19
  • Limit results: opencli hf top --limit 10
  • Return all papers: opencli hf top --all

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 🌐 New site adapter
  • 📝 Documentation
  • ♻️ Refactor
  • 🔧 CI / build / tooling

Checklist

  • I ran the checks relevant to this PR
  • I updated tests or docs if needed
  • I included output or screenshots when useful

Screenshots / Output

$ opencli hf top --period daily --limit 3
┌──────┬────────────┬──────────────────────────────────────────┬─────────┬──────────────────────────┐
│ Rank │ Id         │ Title                                    │ Upvotes │ Authors                  │
├──────┼────────────┼──────────────────────────────────────────┼─────────┼──────────────────────────┤
│ 1    │ 2603.17187 │ MetaClaw: Just Talk -- An Agent That...  │ 97      │ Peng Xia, et al.         │
│ 2    │ 2603.14935 │ Video-CoE: Reinforcing Video Event ...   │ 84      │ Qile Su, et al.          │
│ 3    │ 2603.17117 │ MosaicMem: Hybrid Spatial Memory fo...   │ 70      │ Wei Yu, et al.           │
└──────┴────────────┴──────────────────────────────────────────┴─────────┴──────────────────────────┘
3 items · 0.6s · hf/top · 2026-03-20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant