Skip to content

parses rss feeds and sends them to a dedicated email address

Notifications You must be signed in to change notification settings

beac0n/feed-go-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feed-go-mail

parses rss feeds and sends them to a dedicated email address

Build

  • install deps:
go mod download
  • build:
make build

see output in /build

Config

put a feedgomail.json file in the directory from which you are executing feedgomail, looking like this:

{
	"From":     "<from-mail>",
	"To":       "<to-mail>",
	"Host":     "<smtp-host>",
	"Port":     1234,
	"Password": "<smtp-password",
	"Feeds":    ["<feed-a>", "<feed-b>", "<feed-c>"]
}

About

parses rss feeds and sends them to a dedicated email address

Resources

Stars

Watchers

Forks

Packages

No packages published