diff --git a/README.md b/README.md index d0f12bd4..dbac06f7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,20 @@ Just add one line like: readeck.instance.com|YOUR_TOKEN -## +## 2. Getting mastodon / snac / gotosocial tokens + +You can either user the respective web UI or just use the [Token Generator here](https://takahashim.github.io/mastodon-access-token/) , just set the URL, login, and get the token back + +Save one account per line in: +``` +/_credentials/fedi_accounts.txt +``` +Just add one line per user like this (you can have several times the same instance as the token determines the user): +mastodon.social|YOUR_TOKEN +mastodon.social|YOUR_TOKEN +my.instance.org|YOUR_TOKEN + +The script will loop on each account but always save on the same readeck / youtube accounts. ## 3. Getting a Youtube API token (it's a tad more complicated...)