Unofficial daily-updated RSS feed for claude.com/blog.
https://tim-hilde.github.io/anthropic-rss/rss.xml
Add this URL to your feed reader (Feedly, NetNewsWire, Miniflux, …).
The feed is updated daily at 06:00 UTC and contains the 20 most recent posts with full article text.
A GitHub Actions cron job runs every day, scrapes claude.com/blog for new posts, and commits the updated docs/rss.xml and data/posts.json to this repo. GitHub Pages serves docs/ as the site.
-
Fork or clone
-
Create a new GitHub repo and push
-
In repo Settings → Pages, set Source =
mainbranch, Folder =/docs -
Update
FEED_URLinsrc/feed.py(or setFEED_URLas a repo variable/secret) -
Run the initial backfill manually:
uv sync uv run python -m src.main --backfill git add data/posts.json docs/rss.xml && git commit -m "Initial backfill" git push -
The daily workflow in
.github/workflows/update-feed.ymltakes it from there
uv sync --group dev
uv run pytest
uv run python -m src.main # daily run (checks page 1-2)
uv run python -m src.main --backfill # fetch all historical postsContent © Anthropic. This is a personal convenience tool and is not affiliated with Anthropic.