Update README.md
This commit is contained in:
parent
eee2c2b4f1
commit
796dfc516c
1 changed files with 12 additions and 4 deletions
16
README.md
16
README.md
|
@ -5,9 +5,17 @@ A pair of PHP scripts that extract links from your Mastodon / snac bookmarks and
|
|||
- YouTube Playlist (Google oAUTH API)
|
||||
- Readeck (simple API token)
|
||||
|
||||
## TODO instructions readeck API
|
||||
## Instructions to get a Readeck token
|
||||
|
||||
Explain here how to get readeck token in the web UI.
|
||||
In Web UI:
|
||||
|
||||
- Settings, API tokens, Create API Token
|
||||
- Check Bookmarks Read + Write
|
||||
|
||||
Save it as:
|
||||
```
|
||||
/_credentials/token.json
|
||||
```
|
||||
|
||||
## Instructions to create Youtube Playlist and get a token
|
||||
|
||||
|
@ -17,9 +25,9 @@ Explain here how to get readeck token in the web UI.
|
|||
- for TV and limited INPUT
|
||||
- Download the OAuth 2.0 Client ID JSON file
|
||||
|
||||
save as
|
||||
Save it as:
|
||||
```
|
||||
./_credentials/client_secret.json
|
||||
/_credentials/client_secret.json
|
||||
```
|
||||
|
||||
## Add your Google account as a test user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue