DIYgod mirror
Go to file
lex 898b320644
feat(route): add /humanlayer/blog route (#21565)
* 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>
2026-05-12 00:03:51 +08:00
.devcontainer chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
.github chore(deps): bump pnpm/action-setup from 6.0.5 to 6.0.6 (#21968) 2026-05-11 10:39:56 +00:00
.husky
.idx chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
assets
eslint-plugins style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
lib feat(route): add /humanlayer/blog route (#21565) 2026-05-12 00:03:51 +08:00
logs
patches fix: update rss-parser patch to support other compressions (#21561) 2026-03-30 22:22:24 +00:00
public
scripts chore: format description in lint-staged 2026-05-08 05:59:53 +08:00
.codecov.yml
.dockerignore chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
.editorconfig
.envrc fix(.envrc): add --no-pure-eval for devenv flake compatibility (#20692) 2025-12-19 00:00:46 +08:00
.gitignore feat: add Cloudflare Containers deployment support (#20932) 2026-01-20 15:29:13 +08:00
.npmrc
.oxfmtrc.json style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
.oxlintrc.ci.json chore: add ignorePatterns in oxlintrc.ci.json 2026-04-30 06:24:46 +08:00
.oxlintrc.json refactor: use arrow function 2026-05-11 02:16:04 +08:00
AGENTS.md docs: add review guidelines for codex 2025-12-29 17:42:03 +08:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
LICENSE docs: update license file 2025-12-28 18:42:39 +08:00
README.md fix(README): update image link 2026-03-17 16:00:00 +08:00
SECURITY.md
app.json refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
devenv.nix chore: add Nix flake and NixOS module support (#20597) 2025-12-09 19:43:06 +08:00
docker-compose.yml refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
eslint.config.mjs refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
flake.lock chore(deps): bump devenv from `f8c5fcd` to `23120f1` (#21971) 2026-05-11 19:00:42 +08:00
flake.nix chore(nix): update dependencies hash to sha256-FIx5VgjPRiDgxwCYKp7XbE8bh8nZ5ejnC9Tl1e5vANI= 2026-05-11 11:02:29 +00:00
fly.toml
package.json chore(deps): bump re2js from 2.3.2 to 2.6.1 (#21967) 2026-05-11 18:55:59 +08:00
pnpm-lock.yaml chore(deps): bump re2js from 2.3.2 to 2.6.1 (#21967) 2026-05-11 18:55:59 +08:00
tailwind.config.js
tsconfig.json
tsdown-container.config.ts chore(deps-dev): bump tsdown from 0.21.9 to 0.21.10 (#21810) 2026-04-29 05:09:46 +08:00
tsdown-lib.config.ts chore: rename again `inlineOnly` -> `deps.onlyAllowBundle` -> `deps.onlyBundle` 2026-03-16 18:24:08 +08:00
tsdown-vercel.config.ts chore: rename again `inlineOnly` -> `deps.onlyAllowBundle` -> `deps.onlyBundle` 2026-03-16 18:24:08 +08:00
tsdown-worker.config.ts chore(deps-dev): bump tsdown from 0.21.9 to 0.21.10 (#21810) 2026-04-29 05:09:46 +08:00
tsdown.config.ts chore: rename again `inlineOnly` -> `deps.onlyAllowBundle` -> `deps.onlyBundle` 2026-03-16 18:24:08 +08:00
vercel.json chore: unpin jsdom (#21505) 2026-03-25 23:16:40 +08:00
vitest.config.ts chore(deps): bump pnpm to v10.27.0 2026-01-07 12:52:21 +08:00
wrangler-container.toml refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
wrangler.toml refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00

README.md

RSSHub

RSSHub

🧡 Everything is RSSible

docker publish npm publish test Test coverage Visitors

Telegram group Telegram channel X (Twitter)

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)

  • 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

Logo designer sheldonrrr

              

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