* feat(route): add /humanlayer/blog route Add RSS feed for HumanLayer blog (www.humanlayer.dev/blog), scraping blog listing and full article content with cheerio. via [HAPI](https://hapi.run) Co-Authored-By: HAPI <noreply@hapi.run> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * refactor(route): use CSS :not() selector instead of JS filter for humanlayer blog Address PR review feedback: move /blog/tags/ exclusion into the CSS selector instead of using a separate .filter() call. via [HAPI](https://hapi.run) Co-Authored-By: HAPI <noreply@hapi.run> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(route): extract tags into category field for humanlayer blog Parse #-prefixed tags from the meta line and populate the category field. via [HAPI](https://hapi.run) Co-Authored-By: HAPI <noreply@hapi.run> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(route): address review feedback for humanlayer blog - Remove redundant :not() selector (tag links use different class) - Simplify tag extraction from parts.slice(3).join() to parts[3] - Fix tag regex to match hyphenated tags like best-practices via [HAPI](https://hapi.run) Co-Authored-By: HAPI <noreply@hapi.run> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(route): remove custom limit for humanlayer blog, use built-in via [HAPI](https://hapi.run) Co-Authored-By: HAPI <noreply@hapi.run> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: HAPI <noreply@hapi.run> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: zj1123581321 <zj1123581321@users.noreply.github.com> |
||
|---|---|---|
| .devcontainer | ||
| .github | ||
| .husky | ||
| .idx | ||
| assets | ||
| eslint-plugins | ||
| lib | ||
| logs | ||
| patches | ||
| public | ||
| scripts | ||
| .codecov.yml | ||
| .dockerignore | ||
| .editorconfig | ||
| .envrc | ||
| .gitignore | ||
| .npmrc | ||
| .oxfmtrc.json | ||
| .oxlintrc.ci.json | ||
| .oxlintrc.json | ||
| AGENTS.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| SECURITY.md | ||
| app.json | ||
| devenv.nix | ||
| docker-compose.yml | ||
| eslint.config.mjs | ||
| flake.lock | ||
| flake.nix | ||
| fly.toml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsdown-container.config.ts | ||
| tsdown-lib.config.ts | ||
| tsdown-vercel.config.ts | ||
| tsdown-worker.config.ts | ||
| tsdown.config.ts | ||
| vercel.json | ||
| vitest.config.ts | ||
| wrangler-container.toml | ||
| wrangler.toml | ||
README.md
RSSHub
🧡 Everything is RSSible
Introduction
RSSHub is the world's largest RSS network, consisting of over 5,000 global instances.
RSSHub delivers millions of contents aggregated from all kinds of sources, our vibrant open source community is ensuring the deliver of RSSHub's new routes, new features and bug fixes.
RSSHub pairs especially well with Folo, an AI RSS reader for feed discovery and modern reading workflows. The project is also open source on GitHub.
Documentation | Folo | Telegram Group | Telegram Channel | X (Twitter)
Related Projects
- Folo | An AI RSS reader that works especially well with RSSHub. Source code: GitHub.
- RSSHub Radar | A browser extension that can help you quickly discover and subscribe to the RSS and RSSHub of current websites.
- RSSBud | RSSHub Radar for iOS platform, designed specifically for mobile ecosystem optimization.
- RSSAid | RSSHub Radar for Android platform built with Flutter.
- DocSearch | Link RSSHub DocSearch into Raycast.
- Awesome RSSHub Routes | Curated list of RSS feeds and RSSHub routes.
Contribute
We welcome all pull requests. Suggestions and feedback are also welcomed here.
Refer to Quick Start
Deployment
Refer to Deployment
Special Thanks
Author
RSSHub © DIYgod, Released under the AGPL-3.0 License.
Authored and maintained by DIYgod with help from contributors (list).
Blog @DIYgod · GitHub @DIYgod · X (Twitter) @DIYgod · Telegram Channel @awesomeDIYgod


