Skip to content

pikami/rss-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS-DL

Go Report Card GitHub Workflow Status

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 ".")
  • -parsehtml - Save content as html

Acknowledgments

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

About

A simple rss feed downloader written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages