Skip to content

[New RSS Feed] LangChain Blog#53

Open
gontzalm wants to merge 1 commit intoOlshansk:mainfrom
gontzalm:main
Open

[New RSS Feed] LangChain Blog#53
gontzalm wants to merge 1 commit intoOlshansk:mainfrom
gontzalm:main

Conversation

@gontzalm
Copy link
Copy Markdown

@gontzalm gontzalm commented Feb 9, 2026

Checklist

  • Add the new-feed label
  • Update the Makefile with a new target for generating the feed
  • Ensure the title of the pull request is [New RSS Feed] <Feed Name>
  • Do anything else you deem proper or idiomatic for a good developer experience

Description

  • New feed generator using Ghost Content API for reliable structured data
    with proper dates (the HTML doesn't include publication dates)
  • Pagination + Caching pattern (like cursor_blog.py): full fetch on first
    run or --full flag, incremental page-1-only updates otherwise
  • Fetches all 351 posts across the blog's history (Jan 2023 - present)
  • Registered Make targets: feeds_langchain, feeds_langchain_full
  • Added to README feed table
  • Closes [RSS Feed Request] LangChain Blog #51.

- New feed generator using Ghost Content API for reliable structured data
  with proper dates (the HTML doesn't include publication dates)
- Pagination + Caching pattern (like cursor_blog.py): full fetch on first
  run or --full flag, incremental page-1-only updates otherwise
- Fetches all 351 posts across the blog's history (Jan 2023 - present)
- Registered Make targets: feeds_langchain, feeds_langchain_full
- Added to README feed table

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added the new-feed Addition of a new RSS feed label Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-feed Addition of a new RSS feed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RSS Feed Request] LangChain Blog

1 participant