From 82151a002816f94ddcaf6ea31c122d4f92699f0c Mon Sep 17 00:00:00 2001 From: m33m33 <m33@tok715.net> Date: Mon, 17 Aug 2020 15:05:59 +0200 Subject: [PATCH] Cleanup --- radiobot@my_bot@my_instance.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/radiobot@my_bot@my_instance.conf b/radiobot@my_bot@my_instance.conf index d4be74d..76b2f8f 100644 --- a/radiobot@my_bot@my_instance.conf +++ b/radiobot@my_bot@my_instance.conf @@ -4,8 +4,10 @@ # The prefered way is to create an app in the masdoton account, and create a dedicated id,secret,token trio for this bot auth_type: token -# If you use a token auth_type, fill and uncomment this lines: +# The mastodon instance server (without https://) #instance: something like mastodon.social + +# If you use a token auth_type, fill and uncomment this lines: #app_client_id: generated on the mastodon account development pannel + new app #app_client_secret: generated on the mastodon account development pannel + new app #app_access_token: generated on the mastodon account development pannel + new app -- GitLab