Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

tbellembois/gofetchmyfeeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoFetchMyFeeds

    $ go get -u github.com/tbellembois/gofetchmyfeeds

You can also download a binary in the releases section.

Create a configuration.toml:

[mail]
    host = "smtp.gmail.com"
    port = 587
    recipient = "foo@gmail.com"
    user = "foo@gmail.com"
    password = "supersecret"

[rss]
        feeds = [ 
                [ "http://www.howtoforge.com/rss/linux/debian.rss", "-HOWTOFORGE-" ],
                [ "http://www.futura-sciences.com/rss/high-tech/dossiers.xml", "-FUTURA-" ],
                [ "http://www.futura-sciences.com/rss/high-tech/actualites.xml", "-FUTURA-" ],
                ['http://downloads.bbc.co.uk/podcasts/worldservice/scia/rss.xml', '-BBC-'],
                ['http://downloads.bbc.co.uk/podcasts/worldservice/docarchive/rss.xml', '-BBC-'],
                ]

Run the program:

    $ gofetchmyfeeds [-logfile /path/to/gofetchmyfeeds.log] [-debug]

Cron configuration sample:

*/90 * * * *    myuser     /usr/local/gofetchmyfeeds -logfile /var/log/cron/gofetchmyfeeds.log 2>&1

Thanks to Sébastien Binet for the help.

About

RSS to email agreggator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published