Skip to content

πŸ“‡ A growing collection of html2rss feed configs. Generate configs with the handy generator.

License

Notifications You must be signed in to change notification settings

html2rss/html2rss-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

html2rss logo

html2rss-configs

This repository contains html2rss feed configurations for many websites.

🌐 Community & Resources

Resource Description Link
πŸ“š Documentation & Feed Directory Complete guides, tutorials, and browse 100+ pre-built feeds html2rss.github.io
πŸ’¬ Community Discussions Get help, share ideas, and connect with other users GitHub Discussions
πŸ“‹ Project Board Track development progress and upcoming features View Project Board
πŸ’– Support Development Help fund ongoing development and maintenance Sponsor on GitHub

Quick Start Options:

Dynamic Parameters

Configs must include a parameters section to define default values for dynamic parameters:

parameters:
  query:
    type: string
    default: "technology"
  category:
    type: string
    default: "news"

channel:
  url: https://example.com/search?q=%<query>s&cat=%<category>s
  # ... rest of config

The type field specifies the parameter type (currently only string is supported), and default provides the default value when no parameter is explicitly provided.

Testing

Uses dynamic test generation - no individual spec files needed!

# Test all configs
bundle exec rspec spec/html2rss/configs_dynamic_spec.rb

# Test specific config
make test-config CONFIG=github.com/releases.yml

# Test domain
make test-domain DOMAIN=github.com

Adding new configs: Just create the YAML file and run tests. No spec file needed.

Documentation

About

πŸ“‡ A growing collection of html2rss feed configs. Generate configs with the handy generator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 10