Updated readme to explain how to get tokens
This commit is contained in:
parent
2b25421f5c
commit
c2df914679
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -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...)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue