Categorygithub.com/gonejack/rss-to-html
modulepackage
1.0.6
Repository: https://github.com/gonejack/rss-to-html.git
Documentation: pkg.go.dev

# README

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.

# Packages

No description provided by the author