From 28b06b84ec14b94aa0ec93526d8815420077fdb5 Mon Sep 17 00:00:00 2001 From: b3yond Date: Sun, 18 Jun 2017 01:44:22 +0200 Subject: [PATCH] added info about config --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71b882c..eb466ce 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,11 @@ $ vim ticketfrei.cfg ``` Edit the account credentials, so your bot can use your accounts. -Also +Also add the words to the goodlist, which you want to require. A tweet is only retweeted, if it contains at least one of them. If you want to RT everything, just add your account name. + +There is also a blacklist, which you can use to automatically sort out malicious tweets. Be careful though, our filter can't read the intention with which a word was used. Maybe you wanted it there. + +Note that atm the good- & blacklist are still outside of ticketfrei.cfg, in separate files. we will repare this soon. ## ideas