This Skill provides a reproducible way to obtain GitHub trending repositories and developers by scraping github.com/trending (recommended) or falling back…
This Skill provides a reproducible way to obtain GitHub trending repositories and developers by scraping github.com/trending (recommended) or falling back to the GitHub Search API. It uses a Cheerio-based TypeScript scraper that builds trending URLs with optional language and since parameters (daily, weekly, monthly) and returns structured TrendingRepo objects containing owner, name, fullName, url, description, language, languageColor, stars, forks, and starsToday. Use cases include building dashboards, discovery widgets, newsletters, recommendation systems, trend analytics, alerting bots, and curated lists. Core advantages are straightforward integration into Node/TypeScript projects, accurate reflection of the public trending page, and easy filtering by language/time window. Implementation notes: set a proper User-Agent, handle fetch errors, respect rate limits and site terms, or use the Search API as an alternative.
Esta página faz parte do hub OpenClaw Skills com guias de instalação, navegação por categorias e links práticos.