A simple rss feed downloader written in go
Go to file
Pijus Kamandulis 63d39f225e Fix Travis-CI config 2019-06-01 21:00:39 +03:00
fileio Added configuration flags 2019-04-20 22:30:42 +03:00
helpers Added info logging 2019-04-20 21:49:47 +03:00
structs Download feed image 2019-05-05 20:06:09 +03:00
.gitignore Added info logging 2019-04-20 21:49:47 +03:00
.travis.yml Fix Travis-CI config 2019-06-01 21:00:39 +03:00
README.md Added README.md 2019-06-01 20:36:48 +03:00
main.go Download feed image 2019-05-05 20:06:09 +03:00

README.md

RSS-DL

Go Report Card

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 ".")

Acknowledgments

This software uses the gofeed parser which can be found here: https://github.com/mmcdole/gofeed