github-trending
Installation
SKILL.md
GitHub 热门趋势
从 GitHub 获取热门仓库和开发者。
重要说明
GitHub 不提供官方的热门 API。 必须直接抓取 github.com/trending 页面或使用 GitHub 搜索 API 作为替代方案。
Approach 1: Direct Web Scraping (Recommended)
Scrape github.com/trending directly using Cheerio:
import * as cheerio from 'cheerio';