Updated readme to explain how to get tokens

This commit is contained in:
Santiago Lema 2025-08-21 02:51:25 +00:00
parent 2b25421f5c
commit c2df914679

View file

@ -20,7 +20,20 @@ Just add one line like:
readeck.instance.com|YOUR_TOKEN 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...) ## 3. Getting a Youtube API token (it's a tad more complicated...)