https://github.com/gonejack/rss-to-html
This command line saves RSS articles as .html files.
https://github.com/gonejack/rss-to-html
html rss
Last synced: about 1 month ago
JSON representation
This command line saves RSS articles as .html files.
- Host: GitHub
- URL: https://github.com/gonejack/rss-to-html
- Owner: gonejack
- License: mit
- Created: 2021-04-19T05:33:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T10:46:58.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T11:16:39.387Z (over 1 year ago)
- Topics: html, rss
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rss-to-html
This command line saves RSS articles as .html files.


[](LICENSE)
### Install
```shell
> go get github.com/gonejack/rss-to-html
```
### Usage
- Save your feed urls into `feeds.txt`
```shell
> rss-to-html -f feeds.txt
```
- or pass URLs directly
```shell
> 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.
```