Getting Started
This page points to the main onboarding flow.
Start Here
Section titled “Start Here”If you want the recommended path, go to Run html2rss-web with Docker.
That guide is the canonical setup flow for:
- running
html2rss-weblocally - confirming the interface is working
- opening a first included feed URL
- deciding when to use automatic generation or custom configs
Quick Shortcuts
Section titled “Quick Shortcuts”- Run html2rss-web with Docker: recommended first step
- Browse working feed examples: see what successful outputs look like
- Use automatic feed generation: enable direct feed creation from a page URL when you want that workflow
- Create Custom Feeds: write configs when you need more control
- Troubleshooting Guide: fix startup or extraction problems
Using the Ruby CLI
Section titled “Using the Ruby CLI”If you are working directly with the gem instead of html2rss-web, start with:
html2rss auto https://example.com/blog
If the target site is unusually redirect-heavy or needs extra follow-up requests, the CLI also supports:
html2rss auto https://example.com/blog --max-redirects 10 --max-requests 5
For config-driven runs, the same flags are available on html2rss feed.