/rss-to-html

This command line saves RSS articles as .html files.

Primary LanguageGoMIT LicenseMIT

rss-to-html

This command line saves RSS articles as .html files.

GitHub go.mod Go version Build GitHub license

Install

> go get github.com/gonejack/rss-to-html

Usage

  • Save your feed urls into feeds.txt
> rss-to-html -f feeds.txt
  • or pass URLs directly
> rss-to-html urls...
Flags:
  -h, --help                 Show context-sensitive help.
  -f, --feeds="feeds.txt"    Feed list file.
  -o, --output="./"          Output directory.
      --db="record.db"       sqlite3 db file.
  -v, --verbose              Verbose printing.