From 2a4f3cd3f7903bd6b6921d03fbec3a5353c642bd Mon Sep 17 00:00:00 2001
From: cquest <cquest@openstreetmap.fr>
Date: Wed, 3 Apr 2019 17:56:38 +0200
Subject: [PATCH] rss/atom feed info

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 058aa31..e9789bc 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ It gets the tweets from RSS available at http://twitrss.me, then does some clean
 - twitter tracking links (t.co) are dereferenced
 - twitter hosted pictures are retrieved and uploaded to mastodon
 
+It can also toot RSS/atom feeds (see cron-example.sh).
+
 A sqlite database is used to keep track of tweets than have been tooted.
 
 
@@ -40,3 +42,7 @@ Example:
 `python3 tootbot.py geonym_fr geonym@mastodon.mydomain.org **password** mastodon.mydomain.org`
 
 It's up to you to add this in your crontab :)
+
+With a plain RSS/atom feed:
+
+`python3 tootbot.py https://www.data.gouv.fr/fr/datasets/recent.atom cquest+opendata@amicale.net **password** amicale.net 2 "#dataset #opendata #datagouvfr"`
-- 
GitLab