Go to file
Tim Van Baak 80f65b0735 Add LICENSE 2023-06-10 21:30:59 -07:00
intake-rss Add LICENSE 2023-06-10 21:30:59 -07:00
LICENSE Add LICENSE 2023-06-10 21:30:59 -07:00
README.md Add LICENSE 2023-06-10 21:30:59 -07:00
flake.lock Add flake and dev shell 2023-06-10 13:59:51 -07:00
flake.nix Add package config for building intake-rss 2023-06-10 17:01:20 -07:00

README.md

intake-sources

This repo contains programs that act as intake feed sources.

intake-rss

A feed source that wraps an RSS or Atom feed.

Supported env:

  • FEED_URL: Required. The url of the RSS/Atom feed.
  • FEED_TITLE: Override the feed <title>. Item titles are in the format "[feed title]: [item title]".