a year ago
- Blogs used to commonly have RSS feeds, but now many do not.
- Following blogs without RSS can be annoying, but there's a workaround.
- CSS selectors can extract RSS-like content from webpages (e.g., feedmaker.fly.dev).
- Writing CSS selector rules manually is tedious and requires knowledge of HTML.
- LLMs can automate the process of generating RSS feed URLs from HTML.
- A template chat (chatcraft.org) demonstrates how to use an LLM for this purpose.
- Steps include showing an advanced sample, explaining the process, pasting HTML, and generating the RSS URL.