@node Feeds @section Integration with Web feeds RSS and Atom feeds could be collected using @url{https://github.com/wking/rss2email, rss2email} program. It converts all incoming feed entries to email messages. Read about how to integrate @ref{Postfix}/@ref{Exim} with email. @command{rss2email} could be run in a cron, to collect feeds without any user interaction. Also this program supports ETags and won't pollute the channel if remote server supports them too. After installing @command{rss2email}, create configuration file: @example $ r2e new rss-robot@@address.com @end example and add feeds you want to retrieve: @example $ r2e add http://www.nncpgo.org/download/releases.atom @end example and run the process: @example $ r2e run @end example