Skip to content

freder/feed-checker_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checks a list of RSS / Atom feeds for new posts.

Run

go run . <command>

# or:

go build --ldflags "-s -w"
./feed-checker <command>

Commands

add    <feed-url>  # add a feed
remove <feed-url>  # remove a feed
list               # list all feeds
check              # check all feeds for new items

About

Checks a list of RSS / Atom feeds for new posts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages