This command line saves RSS articles as .html files.
Install
> go get github.com/gonejack/rss-to-html
Usage
- Save your feed urls into
feeds.txt
> rss-to-html -f feeds.txt
> 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.