Get the latest tech news
Combine multiple RSS feeds into a single feed, as a service
Combine many RSS feeds into one feed. Contribute to chase-seibert/rsscombine development by creating an account on GitHub.
You can specify configuration options as either a YAML file, or as environment variables. Environment variable names should be in all caps, prefixed by RSSCOMBINE_ with underscored included. If set, this overrides the feeds setting.feed_exclude_prefixesRSSCOMBINE_FEED_EXCLUDE_PREFIXESOptional: list of URL prefixes to exclude from feed_urls parsing.feed_limit_per_feedRSSCOMBINE_FEED_LIMIT_PER_FEEDOptional: how many items you want to pull from each sub-feed.s3_bucketRSSCOMBINE_S3_BUCKETOptional: bucket name to use when uploading to S3.s3_filenameRSSCOMBINE_S3_FILENAMEOptional: file name to use when uploading to S3.You can create a local rsscombine.yml file in this format:
Or read this on Hacker News