From 62dd4d884b1743349d25052193d0ca4ce19e90e2 Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Mon, 6 Mar 2017 13:53:04 +0100 Subject: [PATCH] add rss2email --- Tips.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Tips.md b/Tips.md index 6a65c733..642b0cf9 100644 --- a/Tips.md +++ b/Tips.md @@ -30,4 +30,17 @@ Voir du côté de : ~~~{.bash} $ lxappearance +~~~ + +## Recevoir un email depuis un flux RSS lors nouvel article + +~~~{.bash} +$ r2e new email@example.com +$ r2e add http://flux.rss.example.com/feed email@example.com +$ #ou simplement $ r2e add http://flux.rss.example.com/feed +$ r2e run --no-send #la première fois, car sinon envoie de plusieurs mails +$ crontab -l +# check rss toutes les heures +42 * * * * r2e run +$ r2e list #connaître l'état actuel des flux surveillés ~~~ \ No newline at end of file