Update README.md
This commit is contained in:
parent
8b6d35779e
commit
2b25421f5c
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -1,6 +1,6 @@
|
|||
# Fedi Link Fetcher
|
||||
|
||||
A pair of PHP scripts that extract links from your Mastodon / snac bookmarks and add them to:
|
||||
A pair of PHP scripts that extract links from your Mastodon / gotosocial / snac bookmarks and add them to:
|
||||
|
||||
- Read Later in Readeck (simple API token)
|
||||
- Watch Later in YouTube Playlist (Google oAUTH API)
|
||||
|
@ -12,12 +12,17 @@ In Web UI:
|
|||
- Settings, API tokens, Create API Token
|
||||
- Check Bookmarks Read + Write
|
||||
|
||||
Save it as:
|
||||
Save it in:
|
||||
```
|
||||
/_credentials/token.json
|
||||
/_credentials/readeck_account.txt
|
||||
```
|
||||
Just add one line like:
|
||||
readeck.instance.com|YOUR_TOKEN
|
||||
|
||||
## 2. Getting a Youtube API token
|
||||
|
||||
##
|
||||
|
||||
## 3. Getting a Youtube API token (it's a tad more complicated...)
|
||||
|
||||
- Go to the Google Cloud Console:
|
||||
- Project > APIs & Services > Credentials
|
||||
|
@ -28,6 +33,7 @@ Save it as:
|
|||
Save it as:
|
||||
```
|
||||
/_credentials/client_secret.json
|
||||
/_credentials/token.json
|
||||
```
|
||||
|
||||
## 3. Add your Google account as a test user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue