From 073b1849a127d5c527055a42f7ad1d38b361a0e3 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Wed, 7 Jan 2026 15:12:58 +0100 Subject: [PATCH] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5073387..28ed9a9 100644 --- a/readme.md +++ b/readme.md @@ -26,8 +26,9 @@ All settings are in `system/extensions/yellow-system.ini`: `MastodonapiInstanceUrl` = your Mastodon instance URL (e.g. https://mastodon.social) `MastodonapiAccountId` = your Mastodon user ID (numeric, e.g. 1234567890) -> *Find the ID of a Mastodon account: Enter "https://YOUR_INSTANCE_URL/api/v1/accounts/lookup?acct=PROFILNAME" in your browser.* -> *Find the ID of a GoToSocial account (see here)* + +*Find the ID of a Mastodon account: Enter "https://YOUR_INSTANCE_URL/api/v1/accounts/lookup?acct=PROFILNAME" in your browser.* +*Find the ID of a GoToSocial account (see here)* `MastodonapiAccessToken` = optional for a Mastodon account, mandatory for a GoToSocial account (see here) `MastodonapiUpdateInterval` = time interval between automatic updates in minutes (default: 30).