rss-dl/README.md

18 lines
664 B
Markdown
Raw Normal View History

2019-06-01 18:36:48 +01:00
# RSS-DL
[![Go Report Card](https://goreportcard.com/badge/github.com/pikami/rss-dl)](https://goreportcard.com/report/github.com/pikami/rss-dl)
2020-01-17 23:48:44 +00:00
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/pikami/rss-dl/rss-dl_CI)
2019-06-01 18:36:48 +01:00
A simple rss feed downloader written in go
## Basic usage
Clone this repository and run `go build` to build the executable.\
You can download feeds by running `./rss-dl [Options] FEED_URL`
## Available options
* `-output some_directory` - Output path (default ".")
2021-06-08 21:43:32 +01:00
* `-parsehtml` - Save content as html
2019-06-01 18:36:48 +01:00
## Acknowledgments
This software uses the gofeed parser which can be found here: https://github.com/mmcdole/gofeed