From 37920f0130d22b6054fdad46985b0415e853bec3 Mon Sep 17 00:00:00 2001 From: Eliot Date: Wed, 15 Jan 2020 17:10:45 +0000 Subject: [PATCH] Updated config.edn in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25d2eae..b0f6882 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,9 @@ with later timestamps to avoid duplicate posts. On the first run the timestamp w :content-filters [".*bannedsite.*"] ;; optional keyword filter regexes ;; any posts not matching the regexes will be filtered out - :keyword-filters [".*clojure.*"]}} + :keyword-filters [".*clojure.*"] + ;; Replace Twitter links by Nitter + : nitter-urls? false}} ``` * the bot looks for `config.edn` at its relative path by default, an alternative location can be specified either using the `MASTODON_BOT_CONFIG` environment variable or passing the path to config as an argument