Skip to content

Getting Started

This page points to the main onboarding flow.

If you want the recommended path, go to Run html2rss-web with Docker.

That guide is the canonical setup flow for:

  • running html2rss-web locally
  • creating a feed from your own page URL
  • using the demo token first
  • moving to production setup only after first success
  • choosing fallback or custom-config paths only when needed

If you are working directly with the gem instead of html2rss-web, start with:

Terminal window
html2rss auto https://example.com/blog

For strategy behavior and manual overrides, see the Strategy reference.

If the target site is unusually redirect-heavy or needs extra follow-up requests, the CLI also supports:

Terminal window
html2rss auto https://example.com/blog --max-redirects 10 --max-requests 5

For config-driven runs, the same flags are available on html2rss feed.